Comparing version 0.10.0 to 0.10.1
@@ -11,3 +11,3 @@ { | ||
], | ||
"version": "0.10.0", | ||
"version": "0.10.1", | ||
"homepage": "https://github.com/defunctzombie/node-util", | ||
@@ -22,2 +22,5 @@ "repository": { | ||
}, | ||
"dependencies": { | ||
"inherits": "2.0.1" | ||
}, | ||
"devDependencies": { | ||
@@ -24,0 +27,0 @@ "zuul": "~1.0.3" |
12
util.js
@@ -563,13 +563,3 @@ // Copyright Joyent, Inc. and other Node contributors. | ||
*/ | ||
exports.inherits = function(ctor, superCtor) { | ||
ctor.super_ = superCtor; | ||
ctor.prototype = Object.create(superCtor.prototype, { | ||
constructor: { | ||
value: ctor, | ||
enumerable: false, | ||
writable: true, | ||
configurable: true | ||
} | ||
}); | ||
}; | ||
exports.inherits = require('inherits'); | ||
@@ -576,0 +566,0 @@ exports._extend = function(origin, add) { |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
1
40414
1
1045
+ Addedinherits@2.0.1
+ Addedinherits@2.0.1(transitive)