array-reduce-x
Advanced tools
Comparing version 3.1.1 to 3.1.2
@@ -5,3 +5,3 @@ /*! | ||
"copywrite": "Copyright (c) 2017", | ||
"date": "2019-08-20T20:00:46.447Z", | ||
"date": "2019-08-28T17:43:11.966Z", | ||
"describe": "", | ||
@@ -12,3 +12,3 @@ "description": "Reduce an array (from left to right) to a single value.", | ||
"license": "MIT", | ||
"version": "3.1.1" | ||
"version": "3.1.2" | ||
} | ||
@@ -15,0 +15,0 @@ */ |
{ | ||
"name": "array-reduce-x", | ||
"version": "3.1.1", | ||
"version": "3.1.2", | ||
"description": "Reduce an array (from left to right) to a single value.", | ||
@@ -54,10 +54,10 @@ "homepage": "https://github.com/Xotic750/array-reduce-x", | ||
"dependencies": { | ||
"assert-is-function-x": "^3.1.1", | ||
"attempt-x": "^2.1.1", | ||
"require-object-coercible-x": "^2.1.0", | ||
"simple-methodize-x": "^1.0.3", | ||
"split-if-boxed-bug-x": "^2.1.1", | ||
"to-boolean-x": "^2.1.0", | ||
"to-length-x": "^4.2.1", | ||
"to-object-x": "^2.2.0" | ||
"assert-is-function-x": "^3.1.2", | ||
"attempt-x": "^2.1.2", | ||
"require-object-coercible-x": "^2.1.1", | ||
"simple-methodize-x": "^1.0.4", | ||
"split-if-boxed-bug-x": "^2.1.2", | ||
"to-boolean-x": "^2.1.1", | ||
"to-length-x": "^4.2.2", | ||
"to-object-x": "^2.2.1" | ||
}, | ||
@@ -74,6 +74,6 @@ "devDependencies": { | ||
"@types/node": "^12.7.2", | ||
"@types/webpack": "^4.39.0", | ||
"@xotic750/eslint-config-recommended": "^1.1.5", | ||
"@types/webpack": "^4.39.1", | ||
"@xotic750/eslint-config-recommended": "^1.1.8", | ||
"babel-core": "^7.0.0-0", | ||
"babel-eslint": "^10.0.2", | ||
"babel-eslint": "^10.0.3", | ||
"babel-loader": "^8.0.6", | ||
@@ -84,6 +84,6 @@ "babel-plugin-lodash": "^3.3.4", | ||
"cross-env": "^5.2.0", | ||
"eslint": "^6.2.1", | ||
"eslint": "^6.2.2", | ||
"eslint-friendly-formatter": "^4.0.1", | ||
"eslint-import-resolver-webpack": "^0.11.1", | ||
"eslint-loader": "^2.2.1", | ||
"eslint-loader": "^3.0.0", | ||
"eslint-plugin-babel": "^5.3.0", | ||
@@ -95,3 +95,3 @@ "eslint-plugin-compat": "^3.3.0", | ||
"eslint-plugin-import": "^2.18.2", | ||
"eslint-plugin-jest": "^22.15.1", | ||
"eslint-plugin-jest": "^22.15.2", | ||
"eslint-plugin-jsdoc": "^15.8.3", | ||
@@ -104,3 +104,3 @@ "eslint-plugin-json": "^1.4.0", | ||
"eslint-plugin-promise": "^4.2.1", | ||
"eslint-plugin-sort-class-members": "^1.5.0", | ||
"eslint-plugin-sort-class-members": "^1.6.0", | ||
"eslint-plugin-switch-case": "^1.1.2", | ||
@@ -120,7 +120,7 @@ "jest": "^24.9.0", | ||
"typescript": "^3.5.3", | ||
"webpack": "^4.39.2", | ||
"webpack": "^4.39.3", | ||
"webpack-bundle-analyzer": "^3.4.1", | ||
"webpack-cli": "^3.3.7", | ||
"webpack-global-object-x": "^1.0.0", | ||
"webpack-merge": "^4.2.1" | ||
"webpack-merge": "^4.2.2" | ||
}, | ||
@@ -127,0 +127,0 @@ "engines": { |
Sorry, the diff of this file is too big to display
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
Updatedassert-is-function-x@^3.1.2
Updatedattempt-x@^2.1.2
Updatedsimple-methodize-x@^1.0.4
Updatedsplit-if-boxed-bug-x@^2.1.2
Updatedto-boolean-x@^2.1.1
Updatedto-length-x@^4.2.2
Updatedto-object-x@^2.2.1