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

create-react-app-ssr

Package Overview
Dependencies
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-react-app-ssr - npm Package Compare versions

Comparing version 0.0.26 to 0.0.27

2

lib/middlewares/serve-app-ssr.js

@@ -194,3 +194,3 @@ 'use strict';

.map(function (bundle) {
return '<script type="text/javascript" src="' + bundle.publichPath + '"></script>';
return '<script type="text/javascript" src="' + bundle.publicPath + '"></script>';
});

@@ -197,0 +197,0 @@

{
"name": "create-react-app-ssr",
"version": "0.0.26",
"version": "0.0.27",
"description": "Server Side Rendering for Create React App (with redux, router, code splitting, ...)",

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

@@ -121,3 +121,3 @@ const path = require('path')

.filter(bundle => bundle.file.indexOf('.map') !== -1) // remove sourcemaps
.map(bundle => `<script type="text/javascript" src="${bundle.publichPath}"></script>`)
.map(bundle => `<script type="text/javascript" src="${bundle.publicPath}"></script>`)
console.log(bundles)

@@ -124,0 +124,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