Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

through2

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

through2 - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

2

package.json
{
"name": "through2",
"version": "0.4.0",
"version": "0.4.1",
"description": "A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise",

@@ -5,0 +5,0 @@ "main": "through2.js",

@@ -1,4 +0,4 @@

const Transform = require('readable-stream/transform')
, inherits = require('util').inherits
, xtend = require('xtend')
var Transform = require('readable-stream/transform')
, inherits = require('util').inherits
, xtend = require('xtend')

@@ -5,0 +5,0 @@

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