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

@sveltejs/adapter-netlify

Package Overview
Dependencies
Maintainers
4
Versions
131
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sveltejs/adapter-netlify - npm Package Compare versions

Comparing version 2.0.4 to 2.0.5

3

files/esm/serverless.js

@@ -269,3 +269,4 @@ import './shims.js';

if (key === 'set-cookie') {
m[key] = splitCookiesString_1(value);
if (!m[key]) m[key] = [];
m[key].push(...splitCookiesString_1(value));
} else {

@@ -272,0 +273,0 @@ h[key] = value;

{
"name": "@sveltejs/adapter-netlify",
"version": "2.0.4",
"version": "2.0.5",
"repository": {

@@ -41,3 +41,3 @@ "type": "git",

"uvu": "^0.5.6",
"@sveltejs/kit": "^1.5.6"
"@sveltejs/kit": "^1.7.1"
},

@@ -44,0 +44,0 @@ "peerDependencies": {

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