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.5 to 0.2.1-canary.6

2

dist/frameworks.d.ts

@@ -1117,2 +1117,3 @@ import { Framework } from './types';

readonly getOutputDirName: (dirPrefix: string) => Promise<string>;
readonly cachePattern: "{vendor/bin,vendor/cache,vendor/bundle}/**";
}, {

@@ -1178,2 +1179,3 @@ readonly name: "Brunch";

readonly getOutputDirName: () => Promise<string>;
readonly cachePattern: "{vendor/bin,vendor/cache,vendor/bundle}/**";
}, {

@@ -1180,0 +1182,0 @@ readonly name: "Zola";

@@ -1342,2 +1342,3 @@ "use strict";

},
cachePattern: '{vendor/bin,vendor/cache,vendor/bundle}/**',
},

@@ -1409,2 +1410,3 @@ {

getOutputDirName: async () => 'build',
cachePattern: '{vendor/bin,vendor/cache,vendor/bundle}/**',
},

@@ -1411,0 +1413,0 @@ {

4

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

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

},
"gitHead": "50080e4b92cf3dca2addf30fbd51847285409993"
"gitHead": "f7f81fb89665f535a421cfb6c3fcc59527c0d6ad"
}
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