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

spex

Package Overview
Dependencies
Maintainers
1
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spex - npm Package Compare versions

Comparing version 0.0.16 to 0.0.17

2

lib/ext/batch.js

@@ -68,3 +68,3 @@ 'use strict';

try {
item = item.call(self, self);
item = item.call(self);
} catch (e) {

@@ -71,0 +71,0 @@ err = e;

@@ -62,3 +62,3 @@ 'use strict';

try {
cb(idx, data);
cb.call(self, idx, data);
} catch (err) {

@@ -65,0 +65,0 @@ return $p.reject(err);

{
"name": "spex",
"version": "0.0.16",
"version": "0.0.17",
"description": "Specialized Promise Extensions",

@@ -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