extract-opts
Advanced tools
Comparing version 5.4.1 to 5.5.0-next.1701793904.7caa0a307aa16d8b2c1224a87aeedc77cd25b843
{ | ||
"title": "Extract Options & Callback", | ||
"name": "extract-opts", | ||
"version": "5.4.1", | ||
"version": "5.5.0-next.1701793904.7caa0a307aa16d8b2c1224a87aeedc77cd25b843", | ||
"description": "Extract the options and callback from a function's arguments easily", | ||
@@ -14,2 +14,3 @@ "homepage": "https://github.com/bevry/extract-opts", | ||
"cb", | ||
"es5", | ||
"esnext", | ||
@@ -120,2 +121,3 @@ "extract", | ||
"javascript", | ||
"es5", | ||
"require" | ||
@@ -133,5 +135,5 @@ ], | ||
"dependencies": { | ||
"eachr": "^7.1.0", | ||
"editions": "^6.18.0", | ||
"typechecker": "^9.1.0" | ||
"eachr": "^7.2.0", | ||
"editions": "^6.19.0", | ||
"typechecker": "^9.2.0" | ||
}, | ||
@@ -144,3 +146,3 @@ "devDependencies": { | ||
"@bevry/update-contributors": "^1.23.0", | ||
"assert-helpers": "^11.8.0", | ||
"assert-helpers": "^11.9.0", | ||
"eslint": "^8.55.0", | ||
@@ -188,3 +190,4 @@ "eslint-config-bevry": "^5.2.0", | ||
"singleQuote": true, | ||
"trailingComma": "es5" | ||
"trailingComma": "es5", | ||
"endOfLine": "lf" | ||
}, | ||
@@ -230,2 +233,2 @@ "babel": { | ||
} | ||
} | ||
} |
@@ -98,3 +98,3 @@ <!-- TITLE/ --> | ||
<script type="module"> | ||
import * as pkg from '//dev.jspm.io/extract-opts@5.4.1' | ||
import * as pkg from '//dev.jspm.io/extract-opts@5.5.0' | ||
</script> | ||
@@ -101,0 +101,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
34441
137956
1
Updatedeachr@^7.2.0
Updatededitions@^6.19.0
Updatedtypechecker@^9.2.0