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

@vercel/redwood

Package Overview
Dependencies
Maintainers
9
Versions
148
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vercel/redwood - npm Package Compare versions

Comparing version 2.0.9 to 2.0.10

6

./dist/index.js

@@ -63,4 +63,5 @@ "use strict";

}
const { cliType, lockfileVersion } = await (0, import_build_utils.scanParentDirs)(
entrypointFsDirname
const { cliType, lockfileVersion, packageJson } = await (0, import_build_utils.scanParentDirs)(
entrypointFsDirname,
true
);

@@ -70,2 +71,3 @@ spawnOpts.env = (0, import_build_utils.getEnvForPackageManager)({

lockfileVersion,
packageJsonPackageManager: packageJson?.packageManager,
nodeVersion,

@@ -72,0 +74,0 @@ env: spawnOpts.env || {}

@@ -63,4 +63,5 @@ "use strict";

}
const { cliType, lockfileVersion } = await (0, import_build_utils.scanParentDirs)(
entrypointFsDirname
const { cliType, lockfileVersion, packageJson } = await (0, import_build_utils.scanParentDirs)(
entrypointFsDirname,
true
);

@@ -70,2 +71,3 @@ spawnOpts.env = (0, import_build_utils.getEnvForPackageManager)({

lockfileVersion,
packageJsonPackageManager: packageJson?.packageManager,
nodeVersion,

@@ -72,0 +74,0 @@ env: spawnOpts.env || {}

{
"name": "@vercel/redwood",
"version": "2.0.9",
"version": "2.0.10",
"main": "./dist/index.js",

@@ -16,3 +16,3 @@ "license": "Apache-2.0",

"dependencies": {
"@vercel/nft": "0.27.0",
"@vercel/nft": "0.27.2",
"@vercel/routing-utils": "3.1.0",

@@ -25,3 +25,3 @@ "semver": "6.3.1"

"@types/semver": "6.0.0",
"@vercel/build-utils": "8.1.0",
"@vercel/build-utils": "8.2.2",
"execa": "3.2.0",

@@ -28,0 +28,0 @@ "fs-extra": "11.1.0",

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