Socket
Socket
Sign inDemoInstall

thunkify-wrap

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

thunkify-wrap - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

5

History.md
1.0.4 / 2014-11-07
==================
* fix thunkify undefined error
1.0.3 / 2014-10-30

@@ -3,0 +8,0 @@ ==================

4

index.js

@@ -74,2 +74,6 @@ /**!

function thunkify(fn, ctx) {
if (!fn) {
return fn;
}
if (isGeneratorFunction(fn)) {

@@ -76,0 +80,0 @@ return fn;

2

package.json
{
"name": "thunkify-wrap",
"version": "1.0.3",
"version": "1.0.4",
"repository": "dead-horse/node-thunkify-wrap",

@@ -5,0 +5,0 @@ "description": "Turn callbacks, arrays, generators, generator functions, and promises into a thunk",

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