extract-opts
Advanced tools
Comparing version 5.0.0 to 5.1.0-next.1699876894.6cec1f9f0fac1ede06b63b9c19eafb17fe657411
{ | ||
"title": "Extract Options & Callback", | ||
"name": "extract-opts", | ||
"version": "5.0.0", | ||
"version": "5.1.0-next.1699876894.6cec1f9f0fac1ede06b63b9c19eafb17fe657411", | ||
"description": "Extract the options and callback from a function's arguments easily", | ||
@@ -127,5 +127,5 @@ "homepage": "https://github.com/bevry/extract-opts", | ||
"dependencies": { | ||
"eachr": "^6.0.0", | ||
"editions": "^6.10.0", | ||
"typechecker": "^8.0.0" | ||
"eachr": "^6.1.0", | ||
"editions": "^6.11.0", | ||
"typechecker": "^8.1.0" | ||
}, | ||
@@ -138,3 +138,3 @@ "devDependencies": { | ||
"@bevry/update-contributors": "^1.23.0", | ||
"assert-helpers": "^11.1.0", | ||
"assert-helpers": "^11.2.0", | ||
"eslint": "^8.53.0", | ||
@@ -145,4 +145,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", | ||
@@ -182,3 +182,4 @@ "valid-directory": "^4.1.0" | ||
"semi": false, | ||
"singleQuote": true | ||
"singleQuote": true, | ||
"trailingComma": "es5" | ||
}, | ||
@@ -224,2 +225,2 @@ "babel": { | ||
} | ||
} | ||
} |
@@ -97,3 +97,3 @@ <!-- TITLE/ --> | ||
<script type="module"> | ||
import * as pkg from '//dev.jspm.io/extract-opts@5.0.0' | ||
import * as pkg from '//dev.jspm.io/extract-opts@5.1.0' | ||
</script> | ||
@@ -100,0 +100,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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
32911
0
1
Updatedeachr@^6.1.0
Updatededitions@^6.11.0
Updatedtypechecker@^8.1.0