unlimited-curry
Advanced tools
Comparing version 1.2.8 to 1.3.0
'use strict'; | ||
var _promise = require('babel-runtime/core-js/promise'); | ||
var _promise2 = _interopRequireDefault(_promise); | ||
var _from = require('babel-runtime/core-js/array/from'); | ||
var _from2 = _interopRequireDefault(_from); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
var getFrom = function getFrom(from, dataArgument) { | ||
@@ -100,3 +90,3 @@ var workData = dataArgument; | ||
state.level++; | ||
var callerArguments = (0, _from2.default)(arguments); | ||
var callerArguments = Array.from(arguments); | ||
if (callerArguments.length) { | ||
@@ -109,3 +99,3 @@ state.returnArrayChunks.push(callerArguments); | ||
caller.p = function () { | ||
return new _promise2.default(function (resolve, reject) { | ||
return new Promise(function (resolve, reject) { | ||
clearTimeout(state.timeoutSate); | ||
@@ -112,0 +102,0 @@ var conedState = state.clone(); |
{ | ||
"name": "unlimited-curry", | ||
"version": "1.2.8", | ||
"version": "1.3.0", | ||
"description": "Unlimited curry", | ||
@@ -69,7 +69,7 @@ "main": "dist/src/index.js", | ||
"babel-polyfill": "^6.26.0", | ||
"babel-preset-env": "^1.6.1", | ||
"babel-preset-env": "^1.7.0", | ||
"chai": "^4.1.2 ", | ||
"eslint-plugin-import": "^2.9.0", | ||
"flat": "^4.1.0", | ||
"generic-text-linker": "^1.2.8", | ||
"generic-text-linker": "^1.3.0", | ||
"mocha": "^5.2.0", | ||
@@ -79,2 +79,5 @@ "nyc": "^13.0.1", | ||
}, | ||
"engines": { | ||
"node": "<=6.4.0" | ||
}, | ||
"nyc": { | ||
@@ -92,3 +95,4 @@ "exclude": [ | ||
] | ||
} | ||
}, | ||
"gitHead": "6d8dcd08707e3e9797ef61830ad45381107ef864" | ||
} |
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
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
0
11296
128