Socket
Socket
Sign inDemoInstall

endpoint

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

endpoint - npm Package Compare versions

Comparing version 0.4.4 to 0.4.5

4

endpoint.js
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"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc