simplesignal
Advanced tools
Comparing version 4.0.1 to 4.0.2
(function (global, factory) { | ||
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() : | ||
typeof define === 'function' && define.amd ? define(factory) : | ||
(global.SimpleSignal = factory()); | ||
}(this, (function () { 'use strict'; | ||
(global = global || self, global.SimpleSignal = factory()); | ||
}(this, function () { 'use strict'; | ||
@@ -64,3 +64,3 @@ /** | ||
}))); | ||
})); | ||
module.exports.default = module.exports; // Terrible injection just so it works regardless of how it's required |
{ | ||
"name": "simplesignal", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"description": "Super-simple signals class", | ||
@@ -39,14 +39,14 @@ "main": "./dist/SimpleSignal.umd.js", | ||
"devDependencies": { | ||
"@babel/core": "^7.2.0", | ||
"@babel/preset-env": "^7.2.0", | ||
"@babel/core": "^7.5.0", | ||
"@babel/preset-env": "^7.5.0", | ||
"babel-core": "^7.0.0-bridge.0", | ||
"babel-jest": "^23.6.0", | ||
"coveralls": "^3.0.2", | ||
"jest": "^23.6.0", | ||
"rimraf": "^2.5.4", | ||
"rollup": "^0.67.4", | ||
"rollup-plugin-typescript": "^1.0.0", | ||
"tslint": "^5.2.0", | ||
"typescript": "^3.2.2" | ||
"babel-jest": "^24.8.0", | ||
"coveralls": "^3.0.4", | ||
"jest": "^24.8.0", | ||
"rimraf": "^2.6.3", | ||
"rollup": "^1.16.6", | ||
"rollup-plugin-typescript": "^1.0.1", | ||
"tslint": "^5.18.0", | ||
"typescript": "^3.5.2" | ||
} | ||
} |
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
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
10348
0