@stdlib/utils-pick
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "@stdlib/utils-pick", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Return a partial object copy containing only specified keys.", | ||
@@ -40,12 +40,12 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@stdlib/assert-has-own-property": "^0.1.0", | ||
"@stdlib/assert-is-string": "^0.1.0", | ||
"@stdlib/assert-is-string-array": "^0.1.0", | ||
"@stdlib/string-format": "^0.1.0", | ||
"@stdlib/assert-has-own-property": "^0.1.1", | ||
"@stdlib/assert-is-string": "^0.1.1", | ||
"@stdlib/assert-is-string-array": "^0.1.1", | ||
"@stdlib/string-format": "^0.1.1", | ||
"@stdlib/error-tools-fmtprodmsg": "^0.1.0" | ||
}, | ||
"devDependencies": { | ||
"@stdlib/assert-is-nan": "^0.0.8", | ||
"@stdlib/assert-is-nan": "^0.1.0", | ||
"@stdlib/bench": "^0.1.0", | ||
"@stdlib/string-from-code-point": "^0.0.9", | ||
"@stdlib/string-from-code-point": "^0.1.0", | ||
"tape": "git+https://github.com/kgryte/tape.git#fix/globby", | ||
@@ -52,0 +52,0 @@ "istanbul": "^0.4.1", |
@@ -202,4 +202,4 @@ <!-- | ||
[test-image]: https://github.com/stdlib-js/utils-pick/actions/workflows/test.yml/badge.svg?branch=v0.1.0 | ||
[test-url]: https://github.com/stdlib-js/utils-pick/actions/workflows/test.yml?query=branch:v0.1.0 | ||
[test-image]: https://github.com/stdlib-js/utils-pick/actions/workflows/test.yml/badge.svg?branch=v0.1.1 | ||
[test-url]: https://github.com/stdlib-js/utils-pick/actions/workflows/test.yml?query=branch:v0.1.1 | ||
@@ -206,0 +206,0 @@ [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/utils-pick/main.svg |
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
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
0