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

apw

Package Overview
Dependencies
Maintainers
3
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apw - npm Package Compare versions

Comparing version 0.3.5 to 0.3.6

2

lib/arch.js

@@ -77,3 +77,3 @@ var UTIL = require('util'),

this.lock();
return Q.call(cb, context)
return Q.fcall(cb.bind(context))
.fin(function() {

@@ -80,0 +80,0 @@ _this.unlock();

@@ -258,6 +258,6 @@ var Q = require('q'),

* @param {Plan} plan Plan from which this job is.
* @returns {Promise} The result of Q.call.
* @returns {Promise} The result of Q.fcall.
*/
work: function(job, plan) {
return Q.call(function() {
return Q.fcall(function() {

@@ -277,3 +277,3 @@ // Skip job if its node has no run() method

}, this);
}.bind(this));
},

@@ -280,0 +280,0 @@

{
"name": "apw",
"version": "0.3.5",
"version": "0.3.6",
"homepage": "http://github.com/bem/apw",

@@ -28,3 +28,3 @@ "author": "Sergey Kryzhanovsky <skryzhanovsky@ya.ru> (http://github.com/afelix)",

"dependencies": {
"q": "~0.8.5",
"q": "~0.8.8",
"coa": "0.3.x",

@@ -31,0 +31,0 @@ "inherit": "1"

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