Comparing version 6.0.0 to 6.1.0-next.1699875590.85ab774c8b57cb90795e10138f6dd388e702be2e
{ | ||
"name": "eachr", | ||
"version": "6.0.0", | ||
"version": "6.1.0-next.1699875590.85ab774c8b57cb90795e10138f6dd388e702be2e", | ||
"description": "Give eachr an item to iterate (array, object or map) and an iterator, then in return eachr gives iterator the value and key of each item, and will stop if the iterator returned false.", | ||
@@ -138,4 +138,4 @@ "homepage": "https://github.com/bevry/eachr", | ||
"dependencies": { | ||
"editions": "^6.10.0", | ||
"typechecker": "^8.0.0" | ||
"editions": "^6.11.0", | ||
"typechecker": "^8.1.0" | ||
}, | ||
@@ -148,3 +148,3 @@ "devDependencies": { | ||
"@bevry/update-contributors": "^1.23.0", | ||
"assert-helpers": "^11.1.0", | ||
"assert-helpers": "^11.2.0", | ||
"eslint": "^8.53.0", | ||
@@ -155,4 +155,4 @@ "eslint-config-bevry": "^3.29.0", | ||
"eslint-plugin-prettier": "^5.0.1", | ||
"kava": "3.2.0", | ||
"prettier": "^3.0.3", | ||
"kava": "^7.0.0", | ||
"prettier": "^3.1.0", | ||
"projectz": "^2.23.0", | ||
@@ -194,3 +194,4 @@ "semver": "4.3.6", | ||
"semi": false, | ||
"singleQuote": true | ||
"singleQuote": true, | ||
"trailingComma": "es5" | ||
}, | ||
@@ -253,2 +254,2 @@ "babel": { | ||
} | ||
} | ||
} |
@@ -91,3 +91,3 @@ <!-- TITLE/ --> | ||
<script type="module"> | ||
import * as pkg from '//dev.jspm.io/eachr@6.0.0' | ||
import * as pkg from '//dev.jspm.io/eachr@6.1.0' | ||
</script> | ||
@@ -94,0 +94,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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
35591
1
Updatededitions@^6.11.0
Updatedtypechecker@^8.1.0