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
7
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 1.1.13 to 1.1.14

7

dist/frameworks.d.ts

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

readonly defaultRoutes: readonly [{
readonly src: "^/dist/(.*)$";
readonly src: "^/assets/(.*)$";
readonly headers: {

@@ -202,7 +202,2 @@ readonly 'cache-control': "public, max-age=31536000, immutable";

readonly continue: true;
}, {
readonly handle: "filesystem";
}, {
readonly src: "/(.*)";
readonly dest: "/index.html";
}];

@@ -209,0 +204,0 @@ }, {

4

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

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

},
"gitHead": "a19447f9cdc8c7be8aa3646dfb441dd9469d2ed3"
"gitHead": "a036b033986a99061a9678efec033b9a7cbdfd4e"
}

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