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
32
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.2.1-canary.2 to 0.2.1-canary.3

6

dist/frameworks.d.ts

@@ -1182,2 +1182,8 @@ import { Framework } from './types';

readonly website: "https://www.getzola.org";
readonly detectors: {
readonly every: readonly [{
readonly path: "config.toml";
readonly matchContent: "base_url";
}];
};
readonly settings: {

@@ -1184,0 +1190,0 @@ readonly installCommand: {

@@ -1414,2 +1414,10 @@ "use strict";

website: 'https://www.getzola.org',
detectors: {
every: [
{
path: 'config.toml',
matchContent: 'base_url',
},
],
},
settings: {

@@ -1416,0 +1424,0 @@ installCommand: {

4

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

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

},
"gitHead": "8b8541f4aa16a124cad112eb1b3bc576718a467f"
"gitHead": "43fa6e6d97224886945d1c300f3a6cad39b1c9f7"
}
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