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

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 1.0.1 to 1.0.2-1536861581758

2

es/utils.js

@@ -13,3 +13,3 @@ export var doNotProxy = Symbol('doNotProxy');

}
var result = target[prop].apply(target, args);
var result = target[prop].apply(this, args);
if (result instanceof Promise) {

@@ -16,0 +16,0 @@ result.then(function (promisedResult) {

@@ -15,3 +15,3 @@ "use strict";

}
var result = target[prop].apply(target, args);
var result = target[prop].apply(this, args);
if (result instanceof Promise) {

@@ -18,0 +18,0 @@ result.then(function (promisedResult) {

{
"name": "action-chain",
"version": "1.0.1",
"description": "Functional actions",
"author": "Christian Alfoni <christianalfoni@gmail.com>",
"license": "MIT",
"repository": "git+https://github.com/cerebral/overmind.git",
"main": "lib/index.js",
"module": "es/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "npm run build:lib & npm run build:es",
"build:lib": "tsc --outDir lib --module commonjs",
"build:es": "tsc --outDir es --module es2015",
"clean": "rimraf es lib coverage",
"typecheck": "tsc --noEmit",
"test": "jest",
"name": "action-chain",
"version": "1.0.2-1536861581758",
"description": "Functional actions",
"author": "Christian Alfoni <christianalfoni@gmail.com>",
"license": "MIT",
"repository": "git+https://github.com/cerebral/overmind.git",
"main": "lib/index.js",
"module": "es/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "npm run build:lib & npm run build:es",
"build:lib": "tsc --outDir lib --module commonjs",
"build:es": "tsc --outDir es --module es2015",
"clean": "rimraf es lib coverage",
"typecheck": "tsc --noEmit",
"test": "jest",
"test:watch": "jest --watch --updateSnapshot --coverage false",
"prebuild": "npm run clean",
"postbuild": "rimraf {lib,es}/**/__tests__",
"posttest": "npm run typecheck"
},
"keywords": [ "action", "flow" ],
"files": [ "lib", "es" ],
"dependencies": {
"@types/node": "^10.5.1",
"prebuild": "npm run clean",
"postbuild": "rimraf {lib,es}/**/__tests__",
"posttest": "npm run typecheck"
},
"keywords": [
"action",
"flow"
],
"files": [
"lib",
"es"
],
"dependencies": {
"@types/node": "^10.5.1",
"tslib": "^1.9.3",
"betsy": "next"
},
"devDependencies": {}
}
"betsy": "1.0.1-1536861581758"
},
"devDependencies": {}
}

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