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
34
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 0.3.2-canary.2 to 0.3.2-canary.3

7

dist/frameworks.d.ts

@@ -621,2 +621,5 @@ import { Framework } from './types';

readonly path: "package.json";
readonly matchContent: "\"(dev)?(d|D)ependencies\":\\s*{[^}]*\"svelte\":\\s*\".+?\"[^}]*}";
}, {
readonly path: "package.json";
readonly matchContent: "\"(dev)?(d|D)ependencies\":\\s*{[^}]*\"sirv-cli\":\\s*\".+?\"[^}]*}";

@@ -633,3 +636,3 @@ }];

readonly devCommand: {
readonly value: "sirv public --single --dev --port $PORT";
readonly value: "rollup -c -w";
};

@@ -641,3 +644,3 @@ readonly outputDirectory: {

readonly dependency: "sirv-cli";
readonly devCommand: "sirv public --single --dev --port $PORT";
readonly devCommand: "rollup -c -w";
readonly buildCommand: "rollup -c";

@@ -644,0 +647,0 @@ readonly getOutputDirName: () => Promise<string>;

@@ -795,2 +795,6 @@ "use strict";

path: 'package.json',
matchContent: '"(dev)?(d|D)ependencies":\\s*{[^}]*"svelte":\\s*".+?"[^}]*}',
},
{
path: 'package.json',
matchContent: '"(dev)?(d|D)ependencies":\\s*{[^}]*"sirv-cli":\\s*".+?"[^}]*}',

@@ -808,3 +812,3 @@ },

devCommand: {
value: 'sirv public --single --dev --port $PORT',
value: 'rollup -c -w',
},

@@ -816,3 +820,3 @@ outputDirectory: {

dependency: 'sirv-cli',
devCommand: 'sirv public --single --dev --port $PORT',
devCommand: 'rollup -c -w',
buildCommand: 'rollup -c',

@@ -819,0 +823,0 @@ getOutputDirName: async () => 'public',

{
"name": "@vercel/frameworks",
"version": "0.3.2-canary.2",
"version": "0.3.2-canary.3",
"main": "./dist/frameworks.js",

@@ -23,3 +23,3 @@ "types": "./dist/frameworks.d.ts",

"@types/node-fetch": "2.5.8",
"@vercel/routing-utils": "1.10.2-canary.0",
"@vercel/routing-utils": "1.10.2-canary.1",
"ajv": "6.12.2",

@@ -30,3 +30,3 @@ "jest": "24.9.0",

},
"gitHead": "c2e7be80e869137d3dd482e017c9e65a1431225a"
"gitHead": "473159f1da1792badc8e87d6deef28db3ffbbdd8"
}
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