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

conclure

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

conclure - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

2

dist/conclude.js

@@ -116,3 +116,3 @@ var __create = Object.create;

subscribers.delete(cb);
if (subscribers.size === 0) {
if (subscribers.size === 0 && !resultCache.has(it)) {
finalize(it, {cancelled: true});

@@ -119,0 +119,0 @@ cancel();

{
"name": "conclure",
"version": "1.2.0",
"version": "1.2.1",
"description": "Generator runner",

@@ -5,0 +5,0 @@ "main": "dist/conclude.js",

@@ -108,3 +108,3 @@ import { TYPE } from './effects';

if (subscribers.size === 0) {
if (subscribers.size === 0 && !resultCache.has(it)) {
finalize(it, { cancelled: true });

@@ -111,0 +111,0 @@ cancel();

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