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

wonka

Package Overview
Dependencies
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wonka - npm Package Compare versions

Comparing version 3.2.0 to 3.2.1

6

dist/wonka.es.js

@@ -961,10 +961,8 @@ function pipe(source) {

if (ended[0]) {
return 0;
} else {
ended[0] = !0;
return f();
f();
}
} else {
return talkback(0);
}
return talkback(signal);
}

@@ -971,0 +969,0 @@ ])

@@ -951,10 +951,8 @@ 'use strict';

if (ended[0]) {
return 0;
} else {
ended[0] = !0;
return f();
f();
}
} else {
return talkback(0);
}
return talkback(signal);
}

@@ -961,0 +959,0 @@ ])

@@ -26,10 +26,9 @@ 'use strict';

if (ended[0]) {
return /* () */0;
} else {
ended[0] = true;
return f();
f();
}
} else {
return talkback(/* Pull */0);
}
return talkback(signal);
})]));

@@ -36,0 +35,0 @@ }

{
"name": "wonka",
"description": "A fast push & pull stream library for Reason/OCaml, Flow, and TypeScript",
"version": "3.2.0",
"version": "3.2.1",
"author": "Phil Pluckthun <phil@kitten.sh>",

@@ -6,0 +6,0 @@ "source": "./src/index.js",

@@ -26,10 +26,9 @@

if (ended[0]) {
return /* () */0;
} else {
ended[0] = true;
return f();
f();
}
} else {
return talkback(/* Pull */0);
}
return talkback(signal);
})]));

@@ -36,0 +35,0 @@ }

Sorry, the diff of this file is not supported yet

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