@vrbo/catalyst-render
Advanced tools
Comparing version 3.0.0 to 4.0.0
@@ -7,2 +7,7 @@ # Changelog | ||
### 4.0.0 - 2021-11-04 | ||
- [Breaking] Drop support for node < 14. | ||
- Update Github test workflow to only test againt node v 14.x | ||
- Update dependencies, npm, and engines in package.json to support node version >= 14. | ||
## 3.0.0 - 2020-08-18 | ||
@@ -9,0 +14,0 @@ ### BREAKING CHANGE |
{ | ||
"name": "@vrbo/catalyst-render", | ||
"version": "3.0.0", | ||
"version": "4.0.0", | ||
"description": "A Hapi.js plugin to aid in server-side rendering using Handlebars and React.", | ||
@@ -34,3 +34,3 @@ "main": "lib/index.js", | ||
"engines": { | ||
"node": ">=12.0.0", | ||
"node": ">=14.0.0", | ||
"npm": ">=6.0.0" | ||
@@ -53,3 +53,3 @@ }, | ||
"peerDependencies": { | ||
"@hapi/hapi": ">=20.0.0" | ||
"@hapi/hapi": ">=20.2.1" | ||
}, | ||
@@ -63,5 +63,5 @@ "dependencies": { | ||
"devDependencies": { | ||
"@hapi/hapi": "^20.0.0", | ||
"@hapi/hapi": "^20.2.1", | ||
"nyc": "^15.0.0", | ||
"standard": "^14.0.0", | ||
"standard": "^16.0.0", | ||
"tap-spec": "^5.0.0", | ||
@@ -68,0 +68,0 @@ "tape": "^5.0.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
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
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
28948