array-starts-with
Advanced tools
Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "array-starts-with", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "The same as String.prototype.startsWith but comparing array elements instead of string characters", | ||
@@ -42,7 +42,7 @@ "main": "build/index.js", | ||
"dirty-chai": "^2.0.1", | ||
"eslint": "^6.8.0", | ||
"eslint-config-airbnb-improved": "^4.0.14", | ||
"eslint": "^7.23.0", | ||
"eslint-config-airbnb-improved": "^5.0.0", | ||
"eslint-import-resolver-babel-module": "^5.2.0", | ||
"mocha": "^7.2.0", | ||
"sinon": "^8.1.1", | ||
"mocha": "^8.3.2", | ||
"sinon": "^10.0.0", | ||
"sinon-as-promised": "^4.0.3", | ||
@@ -49,0 +49,0 @@ "sinon-chai": "^3.6.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
3127