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

thenify-all

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

thenify-all - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

2

index.js

@@ -21,3 +21,3 @@

// promisify only if it's a function
if (typeof source[name] === 'function') destination[name] = thenify(name, source[name])
if (typeof source[name] === 'function') destination[name] = thenify(source[name])
})

@@ -24,0 +24,0 @@

{
"name": "thenify-all",
"description": "Promisifies all the selected functions in an object",
"version": "1.1.0",
"version": "1.2.0",
"author": "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)",

@@ -9,3 +9,3 @@ "license": "MIT",

"dependencies": {
"thenify": "2"
"thenify": "3"
},

@@ -12,0 +12,0 @@ "devDependencies": {

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