Socket
Socket
Sign inDemoInstall

@netlify/framework-info

Package Overview
Dependencies
Maintainers
19
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@netlify/framework-info - npm Package Compare versions

Comparing version 9.2.0 to 9.3.0

50

build/frameworks.js

@@ -654,3 +654,3 @@ // This file is autogenerated at build time

"command": "vite",
"port": 3000,
"port": 5173,
"pollingStrategies": [

@@ -776,2 +776,36 @@ {

{
"id": "solid-js",
"name": "SolidJS",
"category": "static_site_generator",
"detect": {
"npmDependencies": [
"solid-js"
],
"excludedNpmDependencies": [
"solid-start"
],
"configFiles": []
},
"dev": {
"command": "npm run dev",
"port": 3000,
"pollingStrategies": [
{
"name": "TCP"
}
]
},
"build": {
"command": "npm run build",
"directory": "netlify"
},
"logo": {
"default": "https://framework-info.netlify.app/logos/solid-js/default.svg",
"light": "https://framework-info.netlify.app/logos/solid-js/default.svg",
"dark": "https://framework-info.netlify.app/logos/solid-js/dark.svg"
},
"env": {},
"plugins": []
},
{
"id": "solid-start",

@@ -966,3 +1000,3 @@ "name": "Solid Start",

"default": "https://framework-info.netlify.app/logos/harp/default.svg",
"light": "https://framework-info.netlify.app/logos/harp/default.svg",
"light": "https://framework-info.netlify.app/logos/harp/light.svg",
"dark": "https://framework-info.netlify.app/logos/harp/default.svg"

@@ -1440,4 +1474,4 @@ },

"dev": {
"command": "svelte-kit dev",
"port": 3000,
"command": "vite dev",
"port": 5173,
"pollingStrategies": [

@@ -1453,4 +1487,4 @@ {

"build": {
"command": "svelte-kit build",
"directory": "build"
"command": "vite build",
"directory": ".svelte-kit"
},

@@ -1633,3 +1667,5 @@ "logo": {

"@builder.io/qwik",
"solid-start"
"solid-start",
"solid-js",
"@sveltejs/kit"
],

@@ -1636,0 +1672,0 @@ "configFiles": []

2

package.json
{
"name": "@netlify/framework-info",
"version": "9.2.0",
"version": "9.3.0",
"description": "Framework detection utility",

@@ -5,0 +5,0 @@ "type": "module",

@@ -27,2 +27,3 @@ // We purposely order the following array to ensure the most relevant framework

'remix',
'solid-js',
'solid-start',

@@ -29,0 +30,0 @@ 'stencil',

Sorry, the diff of this file is not supported yet

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