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

@astrojs/vercel

Package Overview
Dependencies
Maintainers
4
Versions
215
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@astrojs/vercel - npm Package Compare versions

Comparing version 0.0.0-monorepos-20221010034522 to 0.0.0-monorepos-20221010034923

2

CHANGELOG.md
# @astrojs/vercel
## 0.0.0-monorepos-20221010034522
## 0.0.0-monorepos-20221010034923

@@ -5,0 +5,0 @@ ### Patch Changes

@@ -37,3 +37,3 @@ import { getVercelOutput, removeDir, writeJson } from "../lib/fs.js";

buildConfig.server = buildTempFolder = new URL("./dist/", _config.root);
functionFolder = new URL("./functions/.render.func/", _config.outDir);
functionFolder = new URL("./functions/render.func/", _config.outDir);
},

@@ -40,0 +40,0 @@ "astro:build:done": async ({ routes }) => {

{
"name": "@astrojs/vercel",
"description": "Deploy your site to Vercel",
"version": "0.0.0-monorepos-20221010034522",
"version": "0.0.0-monorepos-20221010034923",
"type": "module",

@@ -6,0 +6,0 @@ "author": "withastro",

@@ -44,3 +44,3 @@ import type { AstroAdapter, AstroConfig, AstroIntegration } from 'astro';

buildConfig.server = buildTempFolder = new URL('./dist/', _config.root);
functionFolder = new URL('./functions/.render.func/', _config.outDir);
functionFolder = new URL('./functions/render.func/', _config.outDir);
},

@@ -47,0 +47,0 @@ 'astro:build:done': async ({ routes }) => {

Sorry, the diff of this file is not supported yet

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