@most/scheduler
Advanced tools
Comparing version 0.10.0 to 0.11.0
{ | ||
"name": "@most/scheduler", | ||
"version": "0.10.0", | ||
"version": "0.11.0", | ||
"description": "Reactive programming with lean, functions-only, curried, tree-shakeable API", | ||
@@ -15,3 +15,3 @@ "typings": "type-definitions/index.d.ts", | ||
"test": "npm run test:lint && npm run test:unit && npm run test:flow", | ||
"test:unit": "mocha -r buba/register --reporter dot --recursive 'test/**/*-test.js'", | ||
"test:unit": "nyc --reporter=text-summary mocha -r buba/register --reporter dot --recursive 'test/**/*-test.js'", | ||
"test:lint": "eslint --fix --ignore-path ../../.eslintignore src test", | ||
@@ -52,2 +52,3 @@ "test:flow": "flow check", | ||
"mocha": "^3.4.2", | ||
"nyc": "^11.0.2", | ||
"rollup": "^0.43.0", | ||
@@ -60,5 +61,5 @@ "rollup-plugin-buble": "^0.15.0", | ||
"dependencies": { | ||
"@most/prelude": "^1.6.1", | ||
"@most/types": "^0.9.1" | ||
"@most/prelude": "^1.6.2", | ||
"@most/types": "^0.10.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
101731
0
14
+ Added@most/types@0.10.0(transitive)
- Removed@most/types@0.9.1(transitive)
Updated@most/prelude@^1.6.2
Updated@most/types@^0.10.0