Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vrbo/catalyst-render

Package Overview
Dependencies
Maintainers
10
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vrbo/catalyst-render - npm Package Compare versions

Comparing version 3.0.0 to 4.0.0

5

CHANGELOG.md

@@ -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

10

package.json
{
"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"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc