action-chain
Advanced tools
Comparing version 1.0.1 to 1.0.2-1536861581758
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
111403
0
2
+ Addedbetsy@1.0.1-1536861581758(transitive)
- Removedbetsy@1.0.2-1711113541866(transitive)
- Removedtslib@2.8.1(transitive)
Updatedbetsy@1.0.1-1536861581758