New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@vrbo/catalyst-render

Package Overview
Dependencies
Maintainers
8
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 1.0.0 to 2.0.0

9

package.json
{
"name": "@vrbo/catalyst-render",
"version": "1.0.0",
"version": "2.0.0",
"description": "A Hapi.js plugin to aid in server-side rendering using Handlebars and React.",

@@ -30,2 +30,9 @@ "main": "lib/index.js",

},
"bugs": {
"url": "https://github.com/homeaway/catalyst-render/issues"
},
"engines": {
"node": ">=8.0.0",
"npm": ">=5.0.0"
},
"keywords": [

@@ -32,0 +39,0 @@ "catalyst-render",

22

README.md

@@ -1,2 +0,6 @@

# catalyst-render
# @vrbo/catalyst-render
[![NPM Version](https://img.shields.io/npm/v/@vrbo/catalyst-render.svg?style=flat-square)](https://www.npmjs.com/package/@vrbo/catalyst-render)
[![Build Status](https://travis-ci.org/homeaway/catalyst-render.svg?branch=master)](https://travis-ci.org/homeaway/catalyst-render)
[![Dependency Status](https://david-dm.org/homeaway/catalyst-render.svg?theme=shields.io)](https://david-dm.org/homeaway/catalyst-render)
[![NPM Downloads](https://img.shields.io/npm/dm/@vrbo/catalyst-render.svg?style=flat-square)](https://npm-stat.com/charts.html?package=@vrbo/catalyst-render)

@@ -26,7 +30,9 @@ * [Introduction](#introduction)

"plugin": "require:@vrbo/catalyst-render",
"routes": [{
"route": "require:./routes/application.js",
"component": "require:../components/App/server.js",
"template": "./templates/welcome.hbs"
}]
"options": {
"routes": [{
"route": "require:./routes/application.js",
"component": "require:../components/App/server.js",
"template": "./templates/welcome.hbs"
}]
}
}

@@ -48,3 +54,3 @@ }

const body = ReactDOMServer.renderToString(<Component/>);
h.view(template, { body })
return h.view(template, { body })
},

@@ -86,2 +92,2 @@ id: 'root'

* [Contributing](CONTRIBUTING.md)
* [Changelog](CHANGELOG.md)
* [Changelog](CHANGELOG.md)
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