Socket
Socket
Sign inDemoInstall

@sveltejs/adapter-netlify

Package Overview
Dependencies
Maintainers
4
Versions
129
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 1.0.0-next.86 to 1.0.0-next.87

4

index.js

@@ -132,7 +132,7 @@ import { appendFileSync, existsSync, readFileSync, writeFileSync } from 'fs';

await esbuild.build({
platform: 'neutral',
mainFields: ['module', 'main'],
entryPoints: [`${tmp}/entry.js`],
outfile: '.netlify/edge-functions/render.js',
bundle: true,
format: 'esm',
platform: 'browser',
sourcemap: 'linked',

@@ -139,0 +139,0 @@ target: 'es2020'

{
"name": "@sveltejs/adapter-netlify",
"version": "1.0.0-next.86",
"version": "1.0.0-next.87",
"repository": {

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

"uvu": "^0.5.6",
"@sveltejs/kit": "1.0.0-next.584"
"@sveltejs/kit": "1.0.0-next.585"
},

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

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