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

concurrify

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

concurrify - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

4

index.js

@@ -132,3 +132,3 @@ (function(global, f){

if(!isOuter(this)) invalidContext(OUTERTYPE + '#ap', this, OUTERTYPE);
if(!isOuter(m)) invalidArgument(OUTERTYPE + '#ap', 0, 'be a Concurrently', m);
if(!isOuter(m)) invalidArgument(OUTERTYPE + '#ap', 0, 'be a ' + OUTERTYPE, m);
return new Concurrently(ap(this.sequential, m.sequential));

@@ -139,3 +139,3 @@ };

if(!isOuter(this)) invalidContext(OUTERTYPE + '#alt', this, OUTERTYPE);
if(!isOuter(m)) invalidArgument(OUTERTYPE + '#alt', 0, 'be a Concurrently', m);
if(!isOuter(m)) invalidArgument(OUTERTYPE + '#alt', 0, 'be a ' + OUTERTYPE, m);
return new Concurrently(alt(this.sequential, m.sequential));

@@ -142,0 +142,0 @@ };

{
"name": "concurrify",
"version": "0.1.0",
"version": "0.1.1",
"description": "Turn non-concurrent FantasyLand Applicatives concurrent",

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