array-reduce-x
Advanced tools
Comparing version 3.0.13 to 3.0.14
@@ -5,3 +5,3 @@ /*! | ||
"copywrite": "Copyright (c) 2017", | ||
"date": "2019-07-26T14:40:55.674Z", | ||
"date": "2019-07-27T08:59:33.573Z", | ||
"describe": "", | ||
@@ -12,3 +12,3 @@ "description": "Reduce an array (from left to right) to a single value.", | ||
"license": "MIT", | ||
"version": "3.0.13" | ||
"version": "3.0.14" | ||
} | ||
@@ -15,0 +15,0 @@ */ |
@@ -5,3 +5,3 @@ /*! | ||
"copywrite": "Copyright (c) 2017", | ||
"date": "2019-07-26T14:40:55.674Z", | ||
"date": "2019-07-27T08:59:33.573Z", | ||
"describe": "", | ||
@@ -12,3 +12,3 @@ "description": "Reduce an array (from left to right) to a single value.", | ||
"license": "MIT", | ||
"version": "3.0.13" | ||
"version": "3.0.14" | ||
} | ||
@@ -15,0 +15,0 @@ */ |
{ | ||
"name": "array-reduce-x", | ||
"version": "3.0.13", | ||
"version": "3.0.14", | ||
"description": "Reduce an array (from left to right) to a single value.", | ||
@@ -33,3 +33,3 @@ "homepage": "https://github.com/Xotic750/array-reduce-x", | ||
"clean:coverage": "rimraf __tests__/coverage", | ||
"lint": "eslint -f 'node_modules/eslint-friendly-formatter' --ext .js .", | ||
"lint": "eslint -f 'node_modules/eslint-friendly-formatter' --ext .js,.json .", | ||
"lint-fix": "npm run lint -- --fix", | ||
@@ -54,7 +54,7 @@ "report": "npm run build -- --env.report", | ||
"dependencies": { | ||
"assert-is-function-x": "^3.0.16", | ||
"attempt-x": "^2.0.20", | ||
"split-if-boxed-bug-x": "^2.0.20", | ||
"to-length-x": "^4.0.22", | ||
"to-object-x": "^2.0.18" | ||
"assert-is-function-x": "^3.0.17", | ||
"attempt-x": "^2.0.21", | ||
"split-if-boxed-bug-x": "^2.0.21", | ||
"to-length-x": "^4.0.23", | ||
"to-object-x": "^2.0.19" | ||
}, | ||
@@ -73,3 +73,3 @@ "devDependencies": { | ||
"@babel/runtime": "^7.5.5", | ||
"@prorenata/eslint-config-vue": "^1.13.12", | ||
"@prorenata/eslint-config-vue": "^1.13.14", | ||
"@types/jest": "^24.0.15", | ||
@@ -97,3 +97,3 @@ "@types/node": "^12.6.8", | ||
"eslint-plugin-import": "^2.18.2", | ||
"eslint-plugin-jest": "^22.13.7", | ||
"eslint-plugin-jest": "^22.14.0", | ||
"eslint-plugin-jsdoc": "^15.7.2", | ||
@@ -100,0 +100,0 @@ "eslint-plugin-json": "^1.4.0", |
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
225586
Updatedassert-is-function-x@^3.0.17
Updatedattempt-x@^2.0.21
Updatedsplit-if-boxed-bug-x@^2.0.21
Updatedto-length-x@^4.0.23
Updatedto-object-x@^2.0.19