Socket
Socket
Sign inDemoInstall

action-chain

Package Overview
Dependencies
Maintainers
2
Versions
152
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

action-chain - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1-1542379475205

4

es/ActionChain.js

@@ -17,3 +17,5 @@ import * as tslib_1 from "tslib";

if (IS_DEVELOPMENT) {
return proxifyEffects(this.effects, this.options.providerExceptions, function (effect) { return _this.emitAsync('effect', tslib_1.__assign({}, thisExecution, effect)); });
return proxifyEffects(this.effects, this.options.providerExceptions, function (effect) {
return _this.emitAsync('effect', tslib_1.__assign({}, thisExecution, effect));
});
}

@@ -20,0 +22,0 @@ return this.effects;

@@ -19,3 +19,5 @@ "use strict";

if (IS_DEVELOPMENT) {
return utils_1.proxifyEffects(this.effects, this.options.providerExceptions, function (effect) { return _this.emitAsync('effect', tslib_1.__assign({}, thisExecution, effect)); });
return utils_1.proxifyEffects(this.effects, this.options.providerExceptions, function (effect) {
return _this.emitAsync('effect', tslib_1.__assign({}, thisExecution, effect));
});
}

@@ -22,0 +24,0 @@ return this.effects;

{
"name": "action-chain",
"version": "2.0.0",
"version": "2.0.1-1542379475205",
"description": "Functional actions",

@@ -34,5 +34,5 @@ "author": "Christian Alfoni <christianalfoni@gmail.com>",

"tslib": "^1.9.3",
"betsy": "1.0.1"
"betsy": "1.0.1-1542379475205"
},
"devDependencies": {}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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