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

promise-thunk

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

promise-thunk - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

2

package.json
{
"name": "promise-thunk",
"version": "0.1.6",
"version": "0.1.7",
"description": "Promise and thunk",

@@ -5,0 +5,0 @@ "main": "promise-thunk.js",

@@ -325,2 +325,3 @@ // promise-thunk.js

function promisify(fn) {
var ctx = this;
if (typeof fn !== 'function')

@@ -345,3 +346,3 @@ throw new TypeError('promisify: argument must be a function');

};
fn.apply(null, args);
fn.apply(ctx, args);
});

@@ -348,0 +349,0 @@ };

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