@supercharge/collections
Advanced tools
Comparing version 1.2.0 to 1.2.1
# Changelog | ||
## [1.2.1](https://github.com/superchargejs/collections/compare/v1.2.0...v1.2.1) - 2019-07-19 | ||
### Updated | ||
- keywords in `package.json` | ||
## [1.2.0](https://github.com/superchargejs/collections/compare/v1.1.0...v1.2.0) - 2019-07-19 | ||
@@ -5,0 +11,0 @@ |
{ | ||
"name": "@supercharge/collections", | ||
"description": "Supercharge collections", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"author": "Marcus Pöhls <marcus@futurestud.io>", | ||
@@ -28,5 +28,15 @@ "bugs": { | ||
"keywords": [ | ||
"async/await", | ||
"async", | ||
"await", | ||
"arrays", | ||
"iteration", | ||
"map", | ||
"filter", | ||
"reduce", | ||
"forEach", | ||
"chainable", | ||
"collection", | ||
"supercharge", | ||
"superchargejs", | ||
"collections" | ||
"superchargejs" | ||
], | ||
@@ -46,5 +56,5 @@ "license": "MIT", | ||
"list-tests": "lab --assert @hapi/code --dry --verbose", | ||
"test-single": "lab --assert @hapi/code --leaks --lint --id", | ||
"test": "lab --assert @hapi/code --leaks --coverage --lint --reporter console --output stdout --reporter html --output ./coverage/coverage.html" | ||
"test": "lab --assert @hapi/code --leaks --coverage --lint --reporter console --output stdout --reporter html --output ./coverage/coverage.html", | ||
"test-single": "lab --assert @hapi/code --leaks --lint --id" | ||
} | ||
} |
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
39350
0