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

slush-react-express

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

slush-react-express - npm Package Compare versions

Comparing version 3.3.2 to 3.3.3

2

package.json
{
"name": "slush-react-express",
"version": "3.3.2",
"version": "3.3.3",
"description": "A generator for a node express web app using react",

@@ -5,0 +5,0 @@ "repository": {

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

// Start the node server with the node entry point
node = spawn('ts-node', [path.join(config.serverSourceDir, 'server.ts')], {
node = spawn('node_modules/.bin/ts-node', [path.join(config.serverSourceDir, 'server.ts')], {
stdio: 'inherit',

@@ -197,0 +197,0 @@ env: watchEnvironment,

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