eventyoshi
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -1,2 +0,2 @@ | ||
var EventEmitter = require('events').EventEmitter | ||
var Stream = require('stream').Stream | ||
, util = require('util') | ||
@@ -7,3 +7,3 @@ | ||
* @constructor | ||
* @extends EventEmitter | ||
* @extends Stream | ||
*/ | ||
@@ -18,3 +18,3 @@ var EventYoshi = module.exports = function() { | ||
util.inherits(EventYoshi, EventEmitter); | ||
util.inherits(EventYoshi, Stream); | ||
@@ -21,0 +21,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"keywords": ["event", "emitter", "eventemitter", "router", "proxy"], | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"repository": { | ||
@@ -19,7 +19,4 @@ "type": "git", | ||
}, | ||
"engines": { | ||
"node": "*" | ||
}, | ||
"devDependencies": { | ||
"mocha": "0.7.x" | ||
"mocha": "x" | ||
}, | ||
@@ -26,0 +23,0 @@ "licenses": [ { |
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
Non-existent author
Supply chain riskThe package was published by an npm account that no longer exists.
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
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
1
47090
1