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

tinysaga

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tinysaga - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

4

esm/utils/Chain.js

@@ -38,2 +38,6 @@ function pull(arr, value) {

this.dispatching = false;
if (this.nextChain !== null) {
this.chain = this.nextChain;
this.nextChain = null;
}
}

@@ -40,0 +44,0 @@ add(handler) {

@@ -41,2 +41,6 @@ "use strict";

this.dispatching = false;
if (this.nextChain !== null) {
this.chain = this.nextChain;
this.nextChain = null;
}
}

@@ -43,0 +47,0 @@ add(handler) {

2

package.json
{
"name": "tinysaga",
"version": "1.3.1",
"version": "1.3.2",
"main": "lib/index.js",

@@ -5,0 +5,0 @@ "module": "esm/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