simplesignal
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -57,2 +57,1 @@ /** | ||
export default SimpleSignal; | ||
//# sourceMappingURL=SimpleSignal.es.js.map |
@@ -66,2 +66,1 @@ (function (global, factory) { | ||
module.exports.default = module.exports; // Terrible injection just so it works regardless of how it's required | ||
//# sourceMappingURL=SimpleSignal.umd.js.map |
{ | ||
"name": "simplesignal", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "Super-simple signals class", | ||
"main": "./dist/SimpleSignal.umd.js", | ||
"module": "./dist/SimpleSignal.es.js", | ||
"types": "./src/SimpleSignal.d.ts", | ||
"types": "./dist/SimpleSignal.d.ts", | ||
"scripts": { | ||
@@ -12,7 +12,7 @@ "build": "rimraf dist && rollup -c", | ||
"test": "jest --testMatch **/test/**/*-test-*.js", | ||
"test:coverage": "npm run test -- --coverage", | ||
"test:coverage:coveralls": "npm run test -- --coverage --coverageReporters=text-lcov | coveralls", | ||
"test:watch": "npm run test -- --watchAll", | ||
"test:coverage": "yarn test --coverage", | ||
"test:coverage:coveralls": "yarn test --coverage --coverageReporters=text-lcov | coveralls", | ||
"test:watch": "yarn test --watchAll", | ||
"lint": "tslint -c tslint.json src/*.ts", | ||
"prepublish": "npm run build && npm run build:declarations" | ||
"prepublish": "yarn build && yarn build:declarations" | ||
}, | ||
@@ -46,3 +46,2 @@ "repository": { | ||
"jest": "^23.6.0", | ||
"regenerator-runtime": "^0.13.1", | ||
"rimraf": "^2.5.4", | ||
@@ -49,0 +48,0 @@ "rollup": "^0.67.4", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
11
10324
6
129