@applitools/functional-commons
Advanced tools
Comparing version 1.0.7 to 1.0.8
{ | ||
"name": "@applitools/functional-commons", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "", | ||
@@ -34,8 +34,8 @@ "main": "src/functional-commons.js", | ||
"chai": "^4.1.2", | ||
"eslint": "^4.2.0", | ||
"eslint": "^4.15.0", | ||
"eslint-plugin-mocha-no-only": "0.0.5", | ||
"eslint-plugin-prettier": "^2.1.2", | ||
"eslint-plugin-prettier": "^2.4.0", | ||
"mocha": "^3.5.0", | ||
"prettier": "^1.5.2" | ||
"prettier": "^1.10.2" | ||
} | ||
} |
@@ -64,2 +64,6 @@ 'use strict' | ||
function presult(promise) { | ||
return promise.then(v => [undefined, v], err => [err]) | ||
} | ||
module.exports = { | ||
@@ -72,2 +76,3 @@ cacheFunctionSync, | ||
failAfter, | ||
presult, | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
2464
58
1