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-rc-3 to 7.0.0-rc-4

28

build/frameworks.js

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

"command": "nx build",
"directory": "apps/<app name>/out"
"directory": "dist/apps/<app name>/.next"
},

@@ -402,3 +402,3 @@ "env": {},

"command": "next build",
"directory": "out"
"directory": ".next"
},

@@ -599,2 +599,26 @@ "env": {},

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

@@ -601,0 +625,0 @@ "name": "Stencil",

32

package.json
{
"name": "@netlify/framework-info",
"version": "7.0.0-rc-3",
"version": "7.0.0-rc-4",
"description": "Framework detection utility",
"type": "module",
"main": "./src/main.js",
"exports": {
"browser": "./dist/index.cjs",
"node": "./src/main.js"
"node": "./src/main.js",
"default": "./dist/index.cjs"
},
"main": "./src/main.js",
"files": [
"dist/index.cjs",
"build/*.js",
"src/**/*.js"
"src/**/*.js",
"dist/index.cjs"
],
"scripts": {
"prepare": "husky install node_modules/@netlify/eslint-config-node/.husky/",
"prepublishOnly": "npm ci && run-s build test",

@@ -39,11 +40,5 @@ "build": "run-s build:*",

"test:ci": "run-s test:ci:*",
"test:ci:ava": "nyc -r lcovonly -r text -r json ava",
"test:ci:ava": "c8 -r lcovonly -r text -r json ava",
"test:ci:cypress": "node cypress/run.js"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-push": "npm run format"
}
},
"keywords": [

@@ -96,5 +91,6 @@ "dependency-management",

"@babel/preset-react": "^7.12.10",
"@netlify/eslint-config-node": "^4.0.0",
"@netlify/eslint-config-node": "^4.1.5",
"ava": "^3.0.0",
"babel-loader": "^8.2.2",
"c8": "^7.11.0",
"cpy": "^8.1.0",

@@ -104,13 +100,9 @@ "cpy-cli": "^3.1.1",

"del": "^6.0.0",
"eslint-plugin-cypress": "^2.11.2",
"eslint-plugin-react": "^7.21.5",
"execa": "^5.0.0",
"html-webpack-plugin": "^5.0.0",
"husky": "^4.0.0",
"husky": "^7.0.4",
"is-ci": "^3.0.0",
"node-static": "^0.7.11",
"npm-run-all": "^4.1.5",
"nyc": "^15.0.0",
"path-browserify": "^1.0.1",
"puppeteer": "^12.0.0",
"puppeteer": "^13.0.0",
"react": "^17.0.1",

@@ -117,0 +109,0 @@ "react-dom": "^17.0.1",

@@ -21,3 +21,3 @@ import { cwd, version } from 'process'

return { packageJson, packageJsonPath }
} catch (error) {
} catch {
return {}

@@ -24,0 +24,0 @@ }

@@ -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 not supported yet

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