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

express-vue-builder

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-vue-builder - npm Package Compare versions

Comparing version 2.6.0 to 2.7.0

2

package.json
{
"name": "express-vue-builder",
"version": "2.6.0",
"version": "2.7.0",
"description": "Vue.js server-side rendering middleware for Express.js.",

@@ -5,0 +5,0 @@ "main": "./src/index.js",

@@ -11,8 +11,7 @@ const path = require('path');

let source = fs.readFileSync(path.resolve(bundlePath), 'utf8');
let render = new VueRender(source, options);
return (req, res, next) => {
req.vue = render;
req.vue = new VueRender(source, options); // discrete state between requests
next();
};
}
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