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.0.0 to 0.0.1

2

package.json
{
"name": "promise-thunk",
"version": "0.0.0",
"version": "0.0.1",
"description": "promise thunk",

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

@@ -157,3 +157,4 @@ // promise-thunk.js

if (typeof cb !== 'function')
throw new TypeError('callback must be a function');
cb = function () {};
//throw new TypeError('callback must be a function');

@@ -160,0 +161,0 @@ var p = PromiseThunk();

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