@financial-times/o-utils
Advanced tools
Comparing version 2.0.1 to 2.1.0
# Changelog | ||
## [2.1.0](https://www.github.com/Financial-Times/origami/compare/o-utils-v2.0.1...o-utils-v2.1.0) (2021-11-24) | ||
### Features | ||
* allow npm 8 in engines config ([eeb1cae](https://www.github.com/Financial-Times/origami/commit/eeb1cae6e7f0379e647f2b41240b1f294997d528)) | ||
### [2.0.1](https://www.github.com/Financial-Times/origami/compare/o-utils-v2.0.0...o-utils-v2.0.1) (2021-09-21) | ||
@@ -4,0 +11,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"type": "module", | ||
"version": "2.0.1", | ||
"version": "2.1.0", | ||
"description": "Provides JS helper functions, such as throttling and debouncing", | ||
@@ -19,6 +19,5 @@ "keywords": [ | ||
"engines": { | ||
"npm": "^7" | ||
"npm": "^7 || ^8" | ||
}, | ||
"scripts": { | ||
"lint": "echo Skipping lint: not configured", | ||
"test": "mocha test" | ||
@@ -29,3 +28,4 @@ }, | ||
"npm": "7.11.1" | ||
} | ||
}, | ||
"private": false | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
4921
0
65