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.3 to 0.4.4

8

endpoint.js

@@ -5,10 +5,2 @@

if (Writable === undefined) {
try {
Writable = require('readable-stream').Writable;
} catch (e) {
throw new Error('stream v2 is not supported by your node version, upgrade or install readable-stream');
}
}
function Endpoint(options, callback) {

@@ -15,0 +7,0 @@ if (!(this instanceof Endpoint)) return new Endpoint(options, callback);

2

package.json
{
"name": "endpoint",
"description": "Converts a stream intro a buffer or array of objects",
"version": "0.4.3",
"version": "0.4.4",
"author": "Andreas Madsen <amwebdk@gmail.com>",

@@ -6,0 +6,0 @@ "main": "./endpoint.js",

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