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

async-transforms

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

async-transforms - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

2

package.json
{
"name": "async-transforms",
"version": "1.0.5",
"version": "1.0.6",
"description": "Asynchronous stream transforms",

@@ -5,0 +5,0 @@ "type": "module",

@@ -183,3 +183,3 @@ import stream from 'stream';

const promise = new Promise((resolve, reject) => {
s = gate((arr) => resolve(arr), options);
s = gate((arr) => resolve(arr));
s.on('error', reject);

@@ -186,0 +186,0 @@ });

Sorry, the diff of this file is not supported yet

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