ee-event-emitter
Advanced tools
Comparing version 0.3.1 to 1.0.0
@@ -0,3 +1,5 @@ | ||
{ | ||
module.exports = require('./src/EventEmitter'); | ||
module.exports = require('./lib/EventEmitter'); | ||
} |
{ | ||
"name" : "ee-event-emitter" | ||
, "description" : "A portable event emitter class" | ||
, "version" : "0.3.1" | ||
, "version" : "1.0.0" | ||
, "homepage" : "https://github.com/eventEmitter/ee-event-emitter" | ||
@@ -13,3 +13,3 @@ , "author" : "Michael van der Weg <michael@eventemitter.com> (http://eventemitter.com/)" | ||
, "engines": { | ||
"node" : ">=v0.10.0" | ||
"node" : ">=v7.7" | ||
} | ||
@@ -19,8 +19,5 @@ , "bugs": { | ||
} | ||
, "dependencies": { | ||
"ee-class" : "^1.2.x" | ||
, "ee-log" : "0.2.x" | ||
} | ||
, "dependencies": {} | ||
, "devDependencies": { | ||
"mocha" : "1.17.x" | ||
"mocha" : "3.x" | ||
} | ||
@@ -27,0 +24,0 @@ , "optionalDependencies": {} |
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
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
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 v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
0
9108
36
116
1
- Removedee-class@^1.2.x
- Removedee-log@0.2.x
- Removedee-class@0.4.01.4.0(transitive)
- Removedee-log@0.2.23(transitive)
- Removedee-types@0.1.3(transitive)