Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

simplesignal

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simplesignal - npm Package Compare versions

Comparing version 4.0.1 to 4.0.2

6

dist/SimpleSignal.umd.js
(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"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc