simplesignal
Advanced tools
Comparing version 1.0.0 to 2.0.0
{ | ||
"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
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
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
6842
80
0
54
3