Socket
Socket
Sign inDemoInstall

@netlify/framework-info

Package Overview
Dependencies
8
Maintainers
15
Versions
93
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.0.0 to 8.0.0

24

build/frameworks.js

@@ -597,2 +597,26 @@ // This file is autogenerated at build time

{
"id": "remix",
"name": "Remix",
"category": "static_site_generator",
"detect": {
"npmDependencies": [
"remix",
"@remix-run/netlify"
],
"excludedNpmDependencies": [],
"configFiles": [
"remix.config.mjs"
]
},
"dev": {
"command": "remix watch"
},
"build": {
"command": "remix build",
"directory": "public"
},
"env": {},
"plugins": []
},
{
"id": "stencil",

@@ -599,0 +623,0 @@ "name": "Stencil",

4

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

@@ -91,3 +91,3 @@ "main": "./src/main.js",

"@babel/preset-react": "^7.12.10",
"@netlify/eslint-config-node": "^4.0.0",
"@netlify/eslint-config-node": "^4.0.7",
"ava": "^3.0.0",

@@ -94,0 +94,0 @@ "babel-loader": "^8.2.2",

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

'redwoodjs',
'remix',
'stencil',

@@ -26,0 +27,0 @@ 'vuepress',

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc