Socket
Socket
Sign inDemoInstall

@netlify/framework-info

Package Overview
Dependencies
Maintainers
15
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.0.2 to 9.1.0

87

build/frameworks.js

@@ -279,2 +279,29 @@ // This file is autogenerated at build time

{
"id": "hydrogen",
"name": "Hydrogen",
"category": "static_site_generator",
"detect": {
"npmDependencies": [
"@shopify/hydrogen"
],
"excludedNpmDependencies": [],
"configFiles": []
},
"dev": {
"command": "vite",
"port": 3000,
"pollingStrategies": [
{
"name": "TCP"
}
]
},
"build": {
"command": "npm run build",
"directory": "dist/client"
},
"env": {},
"plugins": []
},
{
"id": "jekyll",

@@ -536,2 +563,29 @@ "name": "Jekyll",

{
"id": "qwik",
"name": "Qwik",
"category": "static_site_generator",
"detect": {
"npmDependencies": [
"@builder.io/qwik"
],
"excludedNpmDependencies": [],
"configFiles": []
},
"dev": {
"command": "vite",
"port": 3000,
"pollingStrategies": [
{
"name": "TCP"
}
]
},
"build": {
"command": "npm run build",
"directory": "dist"
},
"env": {},
"plugins": []
},
{
"id": "react-static",

@@ -623,2 +677,29 @@ "name": "React Static",

{
"id": "solid-start",
"name": "Solid Start",
"category": "static_site_generator",
"detect": {
"npmDependencies": [
"solid-start"
],
"excludedNpmDependencies": [],
"configFiles": []
},
"dev": {
"command": "solid-start dev",
"port": 3000,
"pollingStrategies": [
{
"name": "TCP"
}
]
},
"build": {
"command": "solid-start build",
"directory": "netlify"
},
"env": {},
"plugins": []
},
{
"id": "stencil",

@@ -1332,3 +1413,7 @@ "name": "Stencil",

],
"excludedNpmDependencies": [],
"excludedNpmDependencies": [
"@shopify/hydrogen",
"@builderio/qwik",
"solid-start"
],
"configFiles": []

@@ -1335,0 +1420,0 @@ },

19

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

@@ -24,3 +24,3 @@ "type": "module",

"build:browser:site-react": "webpack --config scripts/webpack.config.site.js",
"build:browser:site-root": "cpy site/index.html dist",
"build:browser:site-root": "cpy --cwd=site index.html ../dist",
"develop:site-react": "webpack serve --config scripts/webpack.config.site.js",

@@ -90,8 +90,8 @@ "test": "npm run format && npm run test:dev",

"@babel/preset-react": "^7.12.10",
"@netlify/eslint-config-node": "^5.1.4",
"ava": "^3.0.0",
"@netlify/eslint-config-node": "^6.0.0",
"ava": "^4.0.0",
"babel-loader": "^8.2.2",
"c8": "^7.11.0",
"cpy": "^8.1.0",
"cpy-cli": "^3.1.1",
"cpy": "^9.0.0",
"cpy-cli": "^4.0.0",
"cypress": "^7.0.0",

@@ -106,4 +106,4 @@ "del": "^6.0.0",

"puppeteer": "^13.0.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"test-each": "^4.0.0",

@@ -128,4 +128,5 @@ "tmp-promise": "^3.0.2",

"ava": {
"verbose": true
"verbose": true,
"workerThreads": false
}
}

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

'hugo',
'hydrogen',
'jekyll',

@@ -23,5 +24,7 @@ 'middleman',

'phenomic',
'qwik',
'react-static',
'redwoodjs',
'remix',
'solid-start',
'stencil',

@@ -28,0 +31,0 @@ 'vuepress',

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