Skip to content

Commit

Permalink
Merge pull request #3277 from kwonoj/chore-pkg-lock
Browse files Browse the repository at this point in the history
chore(package): update package-lock
  • Loading branch information
kwonoj authored Feb 12, 2018
2 parents 94156a2 + 35058a3 commit 92dd3d1
Show file tree
Hide file tree
Showing 79 changed files with 13,960 additions and 524 deletions.
13,425 changes: 13,425 additions & 0 deletions package-lock.json

Large diffs are not rendered by default.

110 changes: 55 additions & 55 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,69 +167,69 @@
"homepage": "https://github.com/ReactiveX/RxJS",
"devDependencies": {
"@angular-devkit/build-optimizer": "0.0.24",
"@types/chai": "^4.0.4",
"@types/lodash": "^4.14.80",
"@types/mocha": "^2.2.44",
"@types/node": "^8.0.47",
"@types/sinon": "^2.3.7",
"@types/sinon-chai": "^2.7.29",
"babel-polyfill": "^6.23.0",
"benchmark": "^2.1.0",
"@types/chai": "4.1.2",
"@types/lodash": "4.14.102",
"@types/mocha": "2.2.48",
"@types/node": "9.4.5",
"@types/sinon": "4.1.3",
"@types/sinon-chai": "2.7.29",
"babel-polyfill": "6.26.0",
"benchmark": "2.1.0",
"benchpress": "2.0.0-beta.1",
"chai": "^3.5.0",
"color": "^0.11.1",
"chai": "4.1.2",
"color": "3.0.0",
"colors": "1.1.2",
"commitizen": "^2.8.6",
"coveralls": "^2.11.13",
"cross-env": "^5.1.0",
"cz-conventional-changelog": "^1.2.0",
"danger": "^1.1.0",
"dependency-cruiser": "2.10.1",
"doctoc": "^1.0.0",
"escape-string-regexp": "^1.0.5 ",
"esdoc": "^0.4.7",
"eslint": "^3.8.0",
"fs-extra": "^2.1.2",
"get-folder-size": "^1.0.0",
"glob": "^7.0.3",
"gm": "^1.22.0",
"google-closure-compiler-js": "^20170218.0.0",
"gzip-size": "^3.0.0",
"http-server": "^0.9.0",
"husky": "^0.13.3",
"klaw-sync": "^3.0.0",
"commitizen": "2.9.6",
"coveralls": "3.0.0",
"cross-env": "5.1.3",
"cz-conventional-changelog": "1.2.0",
"danger": "1.1.0",
"dependency-cruiser": "2.13.0",
"doctoc": "1.3.0",
"escape-string-regexp": "1.0.5",
"esdoc": "0.4.7",
"eslint": "4.17.0",
"fs-extra": "5.0.0",
"get-folder-size": "1.0.1",
"glob": "7.1.2",
"gm": "1.23.1",
"google-closure-compiler-js": "20170218.0.0",
"gzip-size": "4.1.0",
"http-server": "0.11.1",
"husky": "0.14.3",
"klaw-sync": "3.0.2",
"lint-staged": "3.2.5",
"lodash": "^4.15.0",
"madge": "^1.4.3",
"markdown-doctest": "^0.9.1",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"mocha": "^3.0.2",
"lodash": "4.17.5",
"markdown-doctest": "0.9.1",
"minimist": "1.2.0",
"mkdirp": "0.5.1",
"mocha": "5.0.0",
"mocha-in-sauce": "0.0.1",
"npm-run-all": "^4.0.2",
"npm-scripts-info": "^0.3.4",
"nyc": "^11.3.0",
"opn-cli": "^3.1.0",
"platform": "^1.3.1",
"promise": "^7.1.1",
"protractor": "^3.1.1",
"npm-run-all": "4.1.2",
"npm-scripts-info": "0.3.6",
"nyc": "11.4.1",
"opn-cli": "3.1.0",
"platform": "1.3.5",
"promise": "8.0.1",
"protractor": "3.1.1",
"rollup": "0.36.3",
"rollup-plugin-inject": "^2.0.0",
"rollup-plugin-node-resolve": "^2.0.0",
"rollup-plugin-inject": "2.0.0",
"rollup-plugin-node-resolve": "2.0.0",
"rx": "latest",
"rxjs": "latest",
"shx": "^0.2.2",
"sinon": "^2.1.0",
"sinon-chai": "^2.9.0",
"source-map-support": "^0.4.0",
"symbol-observable": "^1.0.1",
"ts-node": "^3.3.0",
"tslib": "^1.5.0",
"tslint": "^4.4.2",
"shx": "0.2.2",
"sinon": "4.3.0",
"sinon-chai": "2.14.0",
"source-map-support": "0.5.3",
"symbol-observable": "1.0.1",
"ts-node": "4.1.0",
"tslib": "1.5.0",
"tslint": "5.9.1",
"tslint-no-unused-expression-chai": "0.0.3",
"typescript": "latest",
"validate-commit-msg": "^2.14.0",
"watch": "^1.0.1",
"webpack": "^1.13.1",
"validate-commit-msg": "2.14.0",
"watch": "1.0.2",
"webpack": "1.13.1",
"xmlhttprequest": "1.8.0"
},
"engines": {
Expand Down
12 changes: 6 additions & 6 deletions perf/micro/current-thread-scheduler/operators/retry.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ module.exports = function (suite) {
function _error(e) { }
function _complete() { }
return suite
.add('old retry with currentThread scheduler', function () {
_old.subscribe(_next, _error, _complete);
})
.add('new retry with currentThread scheduler', function () {
_new.subscribe(_next, _error, _complete);
});
.add('old retry with currentThread scheduler', function () {
_old.subscribe(_next, _error, _complete);
})
.add('new retry with currentThread scheduler', function () {
_new.subscribe(_next, _error, _complete);
});
};
12 changes: 6 additions & 6 deletions perf/micro/current-thread-scheduler/operators/skipwhile.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ module.exports = function (suite) {
function _error(e) { }
function _complete() { }
return suite
.add('old skipWhile with current thread scheduler', function () {
oldSkipWhileWithCurrentThreadScheduler.subscribe(_next, _error, _complete);
})
.add('new skipWhile with current thread scheduler', function () {
newSkipWhileWithCurrentThreadScheduler.subscribe(_next, _error, _complete);
});
.add('old skipWhile with current thread scheduler', function () {
oldSkipWhileWithCurrentThreadScheduler.subscribe(_next, _error, _complete);
})
.add('new skipWhile with current thread scheduler', function () {
newSkipWhileWithCurrentThreadScheduler.subscribe(_next, _error, _complete);
});
};
12 changes: 6 additions & 6 deletions perf/micro/current-thread-scheduler/operators/takelast.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ module.exports = function (suite) {
function _error(e) { }
function _complete() { }
return suite
.add('old take with immediate scheduler', function () {
oldTakeLastWithImmediateScheduler.subscribe(_next, _error, _complete);
})
.add('new take with immediate scheduler', function () {
newTakeLastWithImmediateScheduler.subscribe(_next, _error, _complete);
});
.add('old take with immediate scheduler', function () {
oldTakeLastWithImmediateScheduler.subscribe(_next, _error, _complete);
})
.add('new take with immediate scheduler', function () {
newTakeLastWithImmediateScheduler.subscribe(_next, _error, _complete);
});
};
12 changes: 6 additions & 6 deletions perf/micro/current-thread-scheduler/operators/takewhile.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ module.exports = function (suite) {
function _error(e) { }
function _complete() { }
return suite
.add('old takeWhile with current thread scheduler', function () {
oldTakeWhileWithCurrentThreadScheduler.subscribe(_next, _error, _complete);
})
.add('new takeWhile with current thread scheduler', function () {
newTakeWhileWithCurrentThreadScheduler.subscribe(_next, _error, _complete);
});
.add('old takeWhile with current thread scheduler', function () {
oldTakeWhileWithCurrentThreadScheduler.subscribe(_next, _error, _complete);
})
.add('new takeWhile with current thread scheduler', function () {
newTakeWhileWithCurrentThreadScheduler.subscribe(_next, _error, _complete);
});
};
2 changes: 1 addition & 1 deletion perf/micro/immediate-scheduler/observable/range.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ var RxOld = require('rx');
var RxNew = require('../../../../index');

module.exports = function range(suite) {
// add tests
// add tests

var oldRangeWithImmediateScheduler = RxOld.Observable.range(0, 25, RxOld.Scheduler.immediate);
var newRangeWithImmediateScheduler = RxNew.Observable.range(0, 25);
Expand Down
12 changes: 6 additions & 6 deletions perf/micro/immediate-scheduler/operators/buffer.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ module.exports = function (suite) {
function _error(e) { }
function _complete() { }
return suite
.add('old buffer() with immediate scheduler', function () {
oldBufferWithImmediateScheduler.subscribe(_next, _error, _complete);
})
.add('new buffer() with immediate scheduler', function () {
newBufferWithImmediateScheduler.subscribe(_next, _error, _complete);
});
.add('old buffer() with immediate scheduler', function () {
oldBufferWithImmediateScheduler.subscribe(_next, _error, _complete);
})
.add('new buffer() with immediate scheduler', function () {
newBufferWithImmediateScheduler.subscribe(_next, _error, _complete);
});
};
12 changes: 6 additions & 6 deletions perf/micro/immediate-scheduler/operators/buffercount-skip.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ module.exports = function (suite) {
function _error(e) { }
function _complete() { }
return suite
.add('old bufferCount with immediate scheduler', function () {
oldBufferCountWithImmediateScheduler.subscribe(_next, _error, _complete);
})
.add('new bufferCount with immediate scheduler', function () {
newBufferCountWithImmediateScheduler.subscribe(_next, _error, _complete);
});
.add('old bufferCount with immediate scheduler', function () {
oldBufferCountWithImmediateScheduler.subscribe(_next, _error, _complete);
})
.add('new bufferCount with immediate scheduler', function () {
newBufferCountWithImmediateScheduler.subscribe(_next, _error, _complete);
});
};
12 changes: 6 additions & 6 deletions perf/micro/immediate-scheduler/operators/buffercount.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ module.exports = function (suite) {
function _error(e) { }
function _complete() { }
return suite
.add('old bufferCount with immediate scheduler', function () {
oldBufferCountWithImmediateScheduler.subscribe(_next, _error, _complete);
})
.add('new bufferCount with immediate scheduler', function () {
newBufferCountWithImmediateScheduler.subscribe(_next, _error, _complete);
});
.add('old bufferCount with immediate scheduler', function () {
oldBufferCountWithImmediateScheduler.subscribe(_next, _error, _complete);
})
.add('new bufferCount with immediate scheduler', function () {
newBufferCountWithImmediateScheduler.subscribe(_next, _error, _complete);
});
};
12 changes: 6 additions & 6 deletions perf/micro/immediate-scheduler/operators/catch.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ module.exports = function (suite) {
function _error(e) { }
function _complete() { }
return suite
.add('old catch with immediate scheduler', function () {
oldCatchWithImmediateScheduler.subscribe(_next, _error, _complete);
})
.add('new catch with immediate scheduler', function () {
newCatchWithImmediateScheduler.subscribe(_next, _error, _complete);
});
.add('old catch with immediate scheduler', function () {
oldCatchWithImmediateScheduler.subscribe(_next, _error, _complete);
})
.add('new catch with immediate scheduler', function () {
newCatchWithImmediateScheduler.subscribe(_next, _error, _complete);
});
};
12 changes: 6 additions & 6 deletions perf/micro/immediate-scheduler/operators/combinelatest.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ module.exports = function (suite) {
function _error(e) { }
function _complete() { }
return suite
.add('old combineLatest with immediate scheduler', function () {
oldCombineLatestWithImmediateScheduler.subscribe(_next, _error, _complete);
})
.add('new combineLatest with immediate scheduler', function () {
newCombineLatestWithImmediateScheduler.subscribe(_next, _error, _complete);
});
.add('old combineLatest with immediate scheduler', function () {
oldCombineLatestWithImmediateScheduler.subscribe(_next, _error, _complete);
})
.add('new combineLatest with immediate scheduler', function () {
newCombineLatestWithImmediateScheduler.subscribe(_next, _error, _complete);
});
};
12 changes: 6 additions & 6 deletions perf/micro/immediate-scheduler/operators/concat-many.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ module.exports = function (suite) {
function _error(e) { }
function _complete() { }
return suite
.add('old concatMap with immediate scheduler', function () {
oldConcatMapWithImmediateScheduler.subscribe(_next, _error, _complete);
})
.add('new concatMap with immediate scheduler', function () {
newConcatMapWithImmediateScheduler.subscribe(_next, _error, _complete);
});
.add('old concatMap with immediate scheduler', function () {
oldConcatMapWithImmediateScheduler.subscribe(_next, _error, _complete);
})
.add('new concatMap with immediate scheduler', function () {
newConcatMapWithImmediateScheduler.subscribe(_next, _error, _complete);
});
};
12 changes: 6 additions & 6 deletions perf/micro/immediate-scheduler/operators/concat.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ module.exports = function (suite) {
function _error(e) { }
function _complete() { }
return suite
.add('old concat with immediate scheduler', function () {
oldConcatWithImmediateScheduler.subscribe(_next, _error, _complete);
})
.add('new concat with immediate scheduler', function () {
newConcatWithImmediateScheduler.subscribe(_next, _error, _complete);
});
.add('old concat with immediate scheduler', function () {
oldConcatWithImmediateScheduler.subscribe(_next, _error, _complete);
})
.add('new concat with immediate scheduler', function () {
newConcatWithImmediateScheduler.subscribe(_next, _error, _complete);
});
};
12 changes: 6 additions & 6 deletions perf/micro/immediate-scheduler/operators/concatall.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ module.exports = function (suite) {
function _error(e) { }
function _complete() { }
return suite
.add('old concatAll with immediate scheduler', function () {
oldConcatAllWithImmediateScheduler.subscribe(_next, _error, _complete);
})
.add('new concatAll with immediate scheduler', function () {
newConcatAllWithImmediateScheduler.subscribe(_next, _error, _complete);
});
.add('old concatAll with immediate scheduler', function () {
oldConcatAllWithImmediateScheduler.subscribe(_next, _error, _complete);
})
.add('new concatAll with immediate scheduler', function () {
newConcatAllWithImmediateScheduler.subscribe(_next, _error, _complete);
});
};
12 changes: 6 additions & 6 deletions perf/micro/immediate-scheduler/operators/count-scalar.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ module.exports = function (suite) {
function _error(e) { }
function _complete() { }
return suite
.add('old count over scalar with immediate scheduler', function () {
oldConcatWithImmediateScheduler.subscribe(_next, _error, _complete);
})
.add('new count over scalar with immediate scheduler', function () {
newConcatWithImmediateScheduler.subscribe(_next, _error, _complete);
});
.add('old count over scalar with immediate scheduler', function () {
oldConcatWithImmediateScheduler.subscribe(_next, _error, _complete);
})
.add('new count over scalar with immediate scheduler', function () {
newConcatWithImmediateScheduler.subscribe(_next, _error, _complete);
});
};
12 changes: 6 additions & 6 deletions perf/micro/immediate-scheduler/operators/count.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ module.exports = function (suite) {
function _error(e) { }
function _complete() { }
return suite
.add('old count with immediate scheduler', function () {
oldConcatWithImmediateScheduler.subscribe(_next, _error, _complete);
})
.add('new count with immediate scheduler', function () {
newConcatWithImmediateScheduler.subscribe(_next, _error, _complete);
});
.add('old count with immediate scheduler', function () {
oldConcatWithImmediateScheduler.subscribe(_next, _error, _complete);
})
.add('new count with immediate scheduler', function () {
newConcatWithImmediateScheduler.subscribe(_next, _error, _complete);
});
};
12 changes: 6 additions & 6 deletions perf/micro/immediate-scheduler/operators/defaultifempty.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ module.exports = function (suite) {
function _error(e) { }
function _complete() { }
return suite
.add('old defaultIfEmpty with immediate scheduler', function () {
oldDefaultIfEmptyWithImmediateScheduler.subscribe(_next, _error, _complete);
})
.add('new defaultIfEmpty with immediate scheduler', function () {
newDefaultIfEmptyWithImmediateScheduler.subscribe(_next, _error, _complete);
});
.add('old defaultIfEmpty with immediate scheduler', function () {
oldDefaultIfEmptyWithImmediateScheduler.subscribe(_next, _error, _complete);
})
.add('new defaultIfEmpty with immediate scheduler', function () {
newDefaultIfEmptyWithImmediateScheduler.subscribe(_next, _error, _complete);
});
};
Loading

0 comments on commit 92dd3d1

Please sign in to comment.