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.0 to 0.3.2-canary.1

8

dist/frameworks.d.ts

@@ -694,2 +694,6 @@ import { Framework } from './types';

}, {
readonly src: "/static/(.*)";
readonly status: 404;
readonly dest: "/404.html";
}, {
readonly src: "/(.*)";

@@ -754,2 +758,6 @@ readonly headers: {

}, {
readonly src: "/static/(.*)";
readonly status: 404;
readonly dest: "/404.html";
}, {
readonly src: "/(.*)";

@@ -756,0 +764,0 @@ readonly headers: {

2

dist/frameworks.js

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

},
{ src: '/static/(.*)', status: 404, dest: '/404.html' },
{

@@ -939,2 +940,3 @@ src: '/(.*)',

},
{ src: '/static/(.*)', status: 404, dest: '/404.html' },
{

@@ -941,0 +943,0 @@ src: '/(.*)',

4

package.json
{
"name": "@vercel/frameworks",
"version": "0.3.2-canary.0",
"version": "0.3.2-canary.1",
"main": "./dist/frameworks.js",

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

},
"gitHead": "be2ae2c5390f5478ffcb186d85c1bb4f73a74c15"
"gitHead": "e2106d12f605a9bdaa2ebef54f182ef150deecb9"
}
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