Comparing version 0.0.2 to 0.0.3
@@ -22,3 +22,3 @@ // Copyright Joyent, Inc. and other Node contributors. | ||
var Emitter = require('emitter'); | ||
var Emitter = require('component-emitter'); | ||
@@ -25,0 +25,0 @@ function Stream() { |
{ | ||
"name": "stream", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Node.js streams in the browser", | ||
@@ -19,3 +19,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"emitter-component": "^1.1.1" | ||
"component-emitter": "^2.0.0" | ||
}, | ||
@@ -22,0 +22,0 @@ "devDependencies": { |
@@ -8,2 +8,4 @@ stream | ||
__If you're offended by this, keep in mind that it's old and I don't want to break anyone's build by deleting this.__ | ||
For docs: | ||
@@ -10,0 +12,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
12367
62
+ Addedcomponent-emitter@^2.0.0
+ Addedcomponent-emitter@2.0.0(transitive)
- Removedemitter-component@^1.1.1
- Removedemitter-component@1.1.2(transitive)