New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@vercel/redwood

Package Overview
Dependencies
Maintainers
9
Versions
153
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.1.14 to 2.2.0

2

./dist/index.js

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

var prepareCache = ({ repoRootPath, workPath }) => {
return (0, import_build_utils.glob)("**/node_modules/**", repoRootPath || workPath);
return (0, import_build_utils.glob)(import_build_utils.defaultCachePathGlob, repoRootPath || workPath);
};

@@ -257,0 +257,0 @@ // Annotate the CommonJS export names for ESM import in node:

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

var prepareCache = ({ repoRootPath, workPath }) => {
return (0, import_build_utils.glob)("**/node_modules/**", repoRootPath || workPath);
return (0, import_build_utils.glob)(import_build_utils.defaultCachePathGlob, repoRootPath || workPath);
};

@@ -257,0 +257,0 @@ // Annotate the CommonJS export names for ESM import in node:

{
"name": "@vercel/redwood",
"version": "2.1.14",
"version": "2.2.0",
"main": "./dist/index.js",

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

"@types/semver": "6.0.0",
"@vercel/build-utils": "9.1.1",
"@vercel/build-utils": "9.2.0",
"execa": "3.2.0",

@@ -29,0 +29,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