Socket
Socket
Sign inDemoInstall

create-inferno-app

Package Overview
Dependencies
36
Maintainers
6
Versions
34
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.0.5 to 8.0.6

2

createInfernoApp.js

@@ -484,3 +484,3 @@ /**

const nodeArgs = existsSync(pnpPath) ? ['--require', pnpPath] : [];
const nodeArgs = existsSync(pnpPath) ? ['--input-type=module', '--require', pnpPath] : ['--input-type=module'];

@@ -487,0 +487,0 @@ await executeNodeScript(

{
"name": "create-inferno-app",
"type": "module",
"version": "8.0.5",
"version": "8.0.6",
"keywords": [

@@ -52,3 +52,3 @@ "inferno"

},
"gitHead": "964d8ae8f86ddb4dccffe9dc56cf3a5f6644d3b7"
"gitHead": "5ef9923b4c9ed9d4b8cc6a780b780c989db384a4"
}
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc