New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@vercel/frameworks

Package Overview
Dependencies
Maintainers
9
Versions
166
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vercel/frameworks - npm Package Compare versions

Comparing version 3.0.3 to 3.1.0

42

./dist/frameworks.js

@@ -1884,2 +1884,44 @@ "use strict";

{
name: "FastHTML (Experimental)",
slug: "fasthtml",
demo: "https://fasthtml-template.vercel.app",
logo: "https://api-frameworks.vercel.sh/framework-logos/fasthtml.svg",
tagline: "The fastest way to create an HTML app",
description: "A library for writing fast and scalable Starlette-powered web applications",
website: "https://fastht.ml",
useRuntime: { src: "main.py", use: "@vercel/python" },
detectors: {
every: [
{
path: "main.py"
}
]
},
settings: {
installCommand: {
placeholder: "`pip install`"
},
buildCommand: {
placeholder: "None",
value: null
},
devCommand: {
value: "uvicorn main:app --reload"
},
outputDirectory: {
value: "N/A"
}
},
getOutputDirName: async () => "",
defaultRoutes: [
{
handle: "filesystem"
},
{
src: "/(.*)",
dest: "/main"
}
]
},
{
name: "Sanity",

@@ -1886,0 +1928,0 @@ slug: "sanity",

@@ -1884,2 +1884,44 @@ "use strict";

{
name: "FastHTML (Experimental)",
slug: "fasthtml",
demo: "https://fasthtml-template.vercel.app",
logo: "https://api-frameworks.vercel.sh/framework-logos/fasthtml.svg",
tagline: "The fastest way to create an HTML app",
description: "A library for writing fast and scalable Starlette-powered web applications",
website: "https://fastht.ml",
useRuntime: { src: "main.py", use: "@vercel/python" },
detectors: {
every: [
{
path: "main.py"
}
]
},
settings: {
installCommand: {
placeholder: "`pip install`"
},
buildCommand: {
placeholder: "None",
value: null
},
devCommand: {
value: "uvicorn main:app --reload"
},
outputDirectory: {
value: "N/A"
}
},
getOutputDirName: async () => "",
defaultRoutes: [
{
handle: "filesystem"
},
{
src: "/(.*)",
dest: "/main"
}
]
},
{
name: "Sanity",

@@ -1886,0 +1928,0 @@ slug: "sanity",

2

package.json
{
"name": "@vercel/frameworks",
"version": "3.0.3",
"version": "3.1.0",
"main": "./dist/frameworks.js",

@@ -5,0 +5,0 @@ "types": "./dist/frameworks.d.ts",

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