Socket
Socket
Sign inDemoInstall

deferred

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deferred - npm Package Compare versions

Comparing version 0.5.5 to 0.5.6

1

lib/_set-returns-promise.js

@@ -8,3 +8,4 @@ 'use strict';

module.exports = function (fn) {
fn.returnsPromise = true;
return defineProperty(fn, 'returnsPromise', descriptor);
};

2

package.json
{
"name": "deferred",
"version": "0.5.5",
"version": "0.5.6",
"description": "Asynchronous control-flow with deferred and promises",

@@ -5,0 +5,0 @@ "keywords": [

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