Comparing version 0.4.4 to 0.4.5
var Writable = require('stream').Writable; | ||
var util = require('util'); | ||
var inherits = require('inherits'); | ||
@@ -63,3 +63,3 @@ function Endpoint(options, callback) { | ||
module.exports = Endpoint; | ||
util.inherits(Endpoint, Writable); | ||
inherits(Endpoint, Writable); | ||
@@ -66,0 +66,0 @@ Endpoint.prototype._write = function (data, encodeing, callback) { |
{ | ||
"name": "endpoint", | ||
"description": "Converts a stream intro a buffer or array of objects", | ||
"version": "0.4.4", | ||
"version": "0.4.5", | ||
"author": "Andreas Madsen <amwebdk@gmail.com>", | ||
@@ -10,3 +10,3 @@ "main": "./endpoint.js", | ||
}, | ||
"repository" : { | ||
"repository": { | ||
"type": "git", | ||
@@ -25,3 +25,6 @@ "url": "git://github.com/AndreasMadsen/endpoint.git" | ||
}, | ||
"license": "MIT" | ||
"license": "MIT", | ||
"dependencies": { | ||
"inherits": "^2.0.1" | ||
} | ||
} |
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
7674
1
+ Addedinherits@^2.0.1
+ Addedinherits@2.0.4(transitive)