Socket
Socket
Sign inDemoInstall

@netlify/framework-info

Package Overview
Dependencies
Maintainers
16
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 3.3.0 to 4.0.0

11

CHANGELOG.md

@@ -10,2 +10,13 @@ # Changelog

## [4.0.0](https://www.github.com/netlify/framework-info/compare/v3.3.0...v4.0.0) (2021-04-26)
### ⚠ BREAKING CHANGES
* **bin:** remove the cli execution
### Miscellaneous Chores
* **bin:** remove the cli execution ([7f09120](https://www.github.com/netlify/framework-info/commit/7f0912062774f0ee06ad10e47c885f402971a953))
## [3.3.0](https://www.github.com/netlify/framework-info/compare/v3.2.1...v3.3.0) (2021-04-06)

@@ -12,0 +23,0 @@

15

package.json
{
"name": "@netlify/framework-info",
"version": "3.3.0",
"version": "4.0.0",
"description": "Framework detection utility",
"main": "./src/main.js",
"browser": "./dist/index.js",
"bin": {
"framework-info": "./src/bin.js"
},
"files": [

@@ -86,4 +83,3 @@ "dist/index.js",

"read-pkg-up": "^7.0.1",
"semver": "^7.3.4",
"yargs": "^15.4.1"
"semver": "^7.3.4"
},

@@ -94,3 +90,3 @@ "devDependencies": {

"@babel/preset-react": "^7.12.10",
"@netlify/eslint-config-node": "^2.6.1",
"@netlify/eslint-config-node": "^2.6.3",
"ava": "^2.4.0",

@@ -100,3 +96,3 @@ "babel-loader": "^8.2.2",

"cpy-cli": "^3.1.1",
"cypress": "^6.5.0",
"cypress": "^7.0.0",
"del": "^5.1.0",

@@ -106,3 +102,2 @@ "eslint-plugin-cypress": "^2.11.2",

"execa": "^3.4.0",
"get-bin-path": "^4.0.1",
"html-webpack-plugin": "^5.0.0",

@@ -115,3 +110,3 @@ "husky": "^3.1.0",

"path-browserify": "^1.0.1",
"puppeteer": "^8.0.0",
"puppeteer": "^9.0.0",
"react": "^17.0.1",

@@ -118,0 +113,0 @@ "react-dom": "^17.0.1",

@@ -18,2 +18,5 @@ [![npm version](https://img.shields.io/npm/v/@netlify/framework-info.svg)](https://npmjs.org/package/@netlify/framework-info)

If you're looking for a way to run `framework-info` via CLI check the
[`build-info`](https://github.com/netlify/build-info) project.
[Additions and updates are welcome!](#add-or-update-a-framework)

@@ -89,29 +92,2 @@

# Example (CLI)
```bash
$ framework-info ./path/to/gatsby/website
gatsby
$ framework-info --long ./path/to/vue/website
[
{
"id": "vue",
"name": 'Vue.js',
"category": "frontend_framework",
"dev": {
"commands": ["npm run serve"],
"port": 8080,
"pollingStrategies": [{ "name": "TCP" }, { "name": "HTTP" }]
},
"build": {
"commands": ["vue-cli-service build"],
"directory": "dist"
},
"env": {},
"plugins": []
}
]
```
# Installation

@@ -118,0 +94,0 @@

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

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