extract-opts
Advanced tools
Comparing version 4.2.0 to 4.3.0-next.1575880873.fd190477a5f30c8517ff89b49ad5b2e74ffcb812
# History | ||
## v4.3.0 2019 December 9 | ||
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) | ||
## v4.2.0 2019 December 1 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"title": "Extract Options & Callback", | ||
"name": "extract-opts", | ||
"version": "4.2.0", | ||
"version": "4.3.0-next.1575880873.fd190477a5f30c8517ff89b49ad5b2e74ffcb812", | ||
"description": "Extract the options and callback from a function's arguments easily", | ||
@@ -28,2 +28,3 @@ "homepage": "https://github.com/bevry/extract-opts", | ||
"---", | ||
"githubsponsors", | ||
"patreon", | ||
@@ -39,2 +40,3 @@ "flattr", | ||
"config": { | ||
"githubSponsorsUsername": "balupton", | ||
"buymeacoffeeUsername": "balupton", | ||
@@ -101,24 +103,25 @@ "cryptoURL": "https://bevry.me/crypto", | ||
], | ||
"type": "commonjs", | ||
"main": "source/index.js", | ||
"browser": "edition-browsers/index.js", | ||
"dependencies": { | ||
"eachr": "^4.4.0", | ||
"typechecker": "^5.1.0" | ||
"eachr": "^4.5.0", | ||
"typechecker": "^6.2.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.7.4", | ||
"@babel/core": "^7.7.4", | ||
"@babel/cli": "^7.7.5", | ||
"@babel/core": "^7.7.5", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.7.4", | ||
"@babel/preset-env": "^7.7.4", | ||
"assert-helpers": "^5.7.0", | ||
"eachr": "^4.4.0", | ||
"@babel/preset-env": "^7.7.6", | ||
"assert-helpers": "^5.8.0", | ||
"eachr": "^4.5.0", | ||
"eslint": "^6.7.2", | ||
"eslint-config-bevry": "^2.1.0", | ||
"eslint-config-bevry": "^2.2.0", | ||
"eslint-config-prettier": "^6.7.0", | ||
"eslint-plugin-babel": "^5.3.0", | ||
"eslint-plugin-prettier": "^3.1.1", | ||
"kava": "^4.2.0", | ||
"kava": "^4.3.0", | ||
"prettier": "^1.19.1", | ||
"projectz": "^1.13.0", | ||
"valid-directory": "^1.4.0" | ||
"projectz": "^1.15.0", | ||
"valid-directory": "^1.5.0" | ||
}, | ||
@@ -165,3 +168,3 @@ "scripts": { | ||
"targets": "defaults", | ||
"modules": "commonjs" | ||
"modules": false | ||
} | ||
@@ -168,0 +171,0 @@ ] |
@@ -16,2 +16,3 @@ <!-- TITLE/ --> | ||
<br class="badge-separator" /> | ||
<span class="badge-githubsponsors"><a href="https://github.com/sponsors/balupton" title="Donate to this project using GitHub Sponsors"><img src="https://img.shields.io/badge/github-donate-yellow.svg" alt="GitHub Sponsors donate button" /></a></span> | ||
<span class="badge-patreon"><a href="https://patreon.com/bevry" title="Donate to this project using Patreon"><img src="https://img.shields.io/badge/patreon-donate-yellow.svg" alt="Patreon donate button" /></a></span> | ||
@@ -144,2 +145,3 @@ <span class="badge-flattr"><a href="https://flattr.com/profile/balupton" title="Donate to this project using Flattr"><img src="https://img.shields.io/badge/flattr-donate-yellow.svg" alt="Flattr donate button" /></a></span> | ||
<span class="badge-githubsponsors"><a href="https://github.com/sponsors/balupton" title="Donate to this project using GitHub Sponsors"><img src="https://img.shields.io/badge/github-donate-yellow.svg" alt="GitHub Sponsors donate button" /></a></span> | ||
<span class="badge-patreon"><a href="https://patreon.com/bevry" title="Donate to this project using Patreon"><img src="https://img.shields.io/badge/patreon-donate-yellow.svg" alt="Patreon donate button" /></a></span> | ||
@@ -146,0 +148,0 @@ <span class="badge-flattr"><a href="https://flattr.com/profile/balupton" title="Donate to this project using Flattr"><img src="https://img.shields.io/badge/flattr-donate-yellow.svg" alt="Flattr donate button" /></a></span> |
Sorry, the diff of this file is not supported yet
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
22788
182
1
- Removedtypechecker@5.2.0(transitive)
Updatedeachr@^4.5.0
Updatedtypechecker@^6.2.0