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 2.1.2 to 2.1.3

dist/src/SimpleSignal.d.ts

15

package.json
{
"name": "simplesignal",
"version": "2.1.2",
"version": "2.1.3",
"description": "Super-simple signals class",
"main": "dist/simplesignal.js",
"main": "./dist/SimpleSignal.js",
"types": "./dist/src/SimpleSignal.d.ts",
"scripts": {

@@ -35,3 +36,2 @@ "build": "webpack",

"devDependencies": {
"ava": "^0.16.0",
"babel": "^6.5.2",

@@ -44,14 +44,7 @@ "babel-core": "^6.18.2",

"chai": "^3.5.0",
"change-case": "^3.0.0",
"core-js": "^2.4.1",
"coveralls": "^2.11.11",
"cross-env": "^3.1.3",
"mocha": "^3.1.2",
"nyc": "^9.0.1",
"rimraf": "^2.5.3",
"rollup": "^0.36.3",
"rollup-plugin-babel": "^2.6.1",
"rollup-plugin-commonjs": "^5.0.5",
"rollup-plugin-node-resolve": "^2.0.0",
"rollup-plugin-sourcemaps": "^0.4.0",
"rimraf": "^2.5.4",
"ts-loader": "^1.2.1",

@@ -58,0 +51,0 @@ "tslint": "^3.13.0",

@@ -99,2 +99,6 @@ # Simple Signal

onSomethingHappened.dispatch("some-action")
```
```
## License
[MIT](LICENSE.md).

Sorry, the diff of this file is not supported yet

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