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

q

Package Overview
Dependencies
Maintainers
0
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

q - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

11

q/lib/q.js

@@ -288,2 +288,5 @@

return object[name].apply(object, args);
},
"keys": function () {
return Object.keys(object);
}

@@ -448,2 +451,10 @@ }, undefined, function valueOf() {

/**
* Requests the names of the owned properties of a promised
* object in a future turn.
* @param object promise or immediate reference for target object
* @return promise for the keys of the eventually resolved object
*/
exports.keys = Method("keys");
/**
* Guarantees that the give promise resolves to a defined, non-null value.

@@ -450,0 +461,0 @@ */

2

q/package.json
{
"name": "q",
"description": "defer/when-style promises (CommonJS/Promises/B)",
"version": "0.2.2",
"version": "0.2.3",
"homepage": "http://github.com/kriskowal/q/",

@@ -6,0 +6,0 @@ "author": "Kris Kowal <kris@cixar.com> (http://github.com/kriskowal/)",

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