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 1.0.0 to 2.0.0

.vscode/settings.json

21

package.json
{
"name": "simplesignal",
"version": "1.0.0",
"version": "2.0.0",
"description": "Super-simple signals class",
"main": "dist/es6/SimpleSignal.js",
"main": "dist/es5/SimpleSignal.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"tsc": "tsc --pretty",
"test": "node tests/test",
"lint": "tslint -c tslint.json src/*.ts",
"build": "npm run lint && npm run tsc"
},

@@ -16,7 +19,7 @@ "repository": {

"events",
"minimal",
"small",
"simple",
"callbacks",
"tiny"
"callbacks",
"minimal",
"small",
"simple",
"tiny"
],

@@ -30,4 +33,6 @@ "author": "Zeh Fernando <npm@zehfernando.com> http://zehfernando.com",

"devDependencies": {
"tape": "^4.5.1",
"tslint": "^3.3.0",
"typescript": "^1.8.9"
}
}

@@ -16,5 +16,6 @@ # Simple Signal

```
// Include
SimpleSignal = require('simplesignal')
// Or
// Include (JavaScript ES5)
var SimpleSignal = require('simplesignal').default;
// Include (JavaScript ES6, TypeScript)
import SimpleSignal from 'simplesignal';

@@ -21,0 +22,0 @@

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