New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

pasync

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pasync - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

lib/index.js

@@ -80,3 +80,3 @@ var async = require('neo-async');

handleError(err);
}).catch(function(err) {
}).then(undefined, function(err) {
// Throw error in global

@@ -388,3 +388,3 @@ setImmediate(function() {

cb(err, null);
}).catch(function(err) {
}).then(undefined, function(err) {
setImmediate(function() {

@@ -391,0 +391,0 @@ throw err;

{
"name": "pasync",
"version": "1.0.0",
"version": "1.0.1",
"description": "Promise-oriented async",

@@ -5,0 +5,0 @@ "main": "./lib/index.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