Comparing version 0.11.9 to 0.11.10
@@ -171,3 +171,7 @@ // shim for using process in browser | ||
process.emit = noop; | ||
process.prependListener = noop; | ||
process.prependOnceListener = noop; | ||
process.listeners = function (name) { return [] } | ||
process.binding = function (name) { | ||
@@ -174,0 +178,0 @@ throw new Error('process.binding is not supported'); |
@@ -12,3 +12,3 @@ { | ||
}, | ||
"version": "0.11.9", | ||
"version": "0.11.10", | ||
"repository": { | ||
@@ -15,0 +15,0 @@ "type": "git", |
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
15325
356