@most/disposable
Advanced tools
Comparing version 0.10.0 to 0.11.0
{ | ||
"name": "@most/disposable", | ||
"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", | ||
@@ -51,2 +51,3 @@ "test:flow": "flow check", | ||
"mocha": "^3.4.2", | ||
"nyc": "^11.0.2", | ||
"rollup": "^0.43.0", | ||
@@ -59,5 +60,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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
37290
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