Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vercel/next

Package Overview
Dependencies
Maintainers
12
Versions
342
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vercel/next - npm Package Compare versions

Comparing version 2.5.5-canary.5 to 2.5.5-canary.6

LICENSE

8

dist/utils.js

@@ -14,3 +14,3 @@ "use strict";

const resolve_from_1 = __importDefault(require("resolve-from"));
const build_utils_1 = require("@now/build-utils");
const build_utils_1 = require("@vercel/build-utils");
// Identify /[param]/ in route string

@@ -31,3 +31,3 @@ // eslint-disable-next-line no-useless-escape

throw new build_utils_1.NowBuildError({
message: 'Specified "src" for "@now/next" has to be "package.json" or "next.config.js"',
message: 'Specified "src" for "@vercel/next" has to be "package.json" or "next.config.js"',
code: 'NOW_NEXT_INCORRECT_SRC',

@@ -278,4 +278,4 @@ });

throw new build_utils_1.NowBuildError({
message: 'This version of `@now/next` does not support the version of Next.js you are trying to deploy.\n' +
'Please upgrade your `@now/next` builder and try again. Contact support if this continues to happen.',
message: 'This version of `@vercel/next` does not support the version of Next.js you are trying to deploy.\n' +
'Please upgrade your `@vercel/next` builder and try again. Contact support if this continues to happen.',
code: 'NOW_NEXT_VERSION_UPGRADE',

@@ -282,0 +282,0 @@ });

{
"name": "@vercel/next",
"version": "2.5.5-canary.5",
"version": "2.5.5-canary.6",
"license": "MIT",

@@ -9,3 +9,3 @@ "main": "./dist/index",

"build": "./build.sh",
"test-integration-once": "jest --env node --verbose --runInBand",
"test-integration-once": "jest --env node --verbose --runInBand --bail",
"prepublishOnly": "./build.sh"

@@ -39,3 +39,4 @@ },

"yazl": "https://github.com/ijjk/yazl#70949c55b482647669ce37023017b1514c42b33c"
}
},
"gitHead": "898478d1e1712a761c6e87878ef6831c2a793767"
}

Sorry, the diff of this file is too big to display

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