calculate-from-index-x
Advanced tools
Comparing version 3.0.15 to 3.0.16
@@ -5,3 +5,3 @@ /*! | ||
"copywrite": "Copyright (c) 2017", | ||
"date": "2019-07-26T14:37:18.189Z", | ||
"date": "2019-07-27T08:56:04.473Z", | ||
"describe": "", | ||
@@ -12,3 +12,3 @@ "description": "Calculates a fromIndex of a given value for an array.", | ||
"license": "MIT", | ||
"version": "3.0.15" | ||
"version": "3.0.16" | ||
} | ||
@@ -15,0 +15,0 @@ */ |
@@ -5,3 +5,3 @@ /*! | ||
"copywrite": "Copyright (c) 2017", | ||
"date": "2019-07-26T14:37:18.189Z", | ||
"date": "2019-07-27T08:56:04.473Z", | ||
"describe": "", | ||
@@ -12,3 +12,3 @@ "description": "Calculates a fromIndex of a given value for an array.", | ||
"license": "MIT", | ||
"version": "3.0.15" | ||
"version": "3.0.16" | ||
} | ||
@@ -15,0 +15,0 @@ */ |
{ | ||
"name": "calculate-from-index-x", | ||
"version": "3.0.15", | ||
"version": "3.0.16", | ||
"description": "Calculates a fromIndex of a given value for an array.", | ||
@@ -33,3 +33,3 @@ "homepage": "https://github.com/Xotic750/calculate-from-index-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,6 +54,6 @@ "report": "npm run build -- --env.report", | ||
"dependencies": { | ||
"is-array-like-x": "^2.0.15", | ||
"to-integer-x": "^4.0.25", | ||
"to-length-x": "^4.0.22", | ||
"to-object-x": "^2.0.18" | ||
"is-array-like-x": "^2.0.16", | ||
"to-integer-x": "^4.0.26", | ||
"to-length-x": "^4.0.23", | ||
"to-object-x": "^2.0.19" | ||
}, | ||
@@ -72,3 +72,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", | ||
@@ -96,3 +96,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", | ||
@@ -99,0 +99,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
186381
Updatedis-array-like-x@^2.0.16
Updatedto-integer-x@^4.0.26
Updatedto-length-x@^4.0.23
Updatedto-object-x@^2.0.19