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

@sveltejs/adapter-vercel

Package Overview
Dependencies
Maintainers
4
Versions
150
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sveltejs/adapter-vercel - npm Package Compare versions

Comparing version 1.0.0-next.69 to 1.0.0-next.70

6

files/edge.js

@@ -5,4 +5,3 @@ import { Server } from 'SERVER';

const server = new Server(manifest);
await server.init({
const initialized = server.init({
env: process.env

@@ -14,3 +13,4 @@ });

*/
export default (request) => {
export default async (request) => {
await initialized;
return server.respond(request, {

@@ -17,0 +17,0 @@ getClientAddress() {

{
"name": "@sveltejs/adapter-vercel",
"version": "1.0.0-next.69",
"version": "1.0.0-next.70",
"repository": {

@@ -5,0 +5,0 @@ "type": "git",

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