Socket
Socket
Sign inDemoInstall

@sveltejs/adapter-netlify

Package Overview
Dependencies
Maintainers
0
Versions
128
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 4.3.0 to 4.3.1

9

index.js

@@ -170,3 +170,10 @@ import { appendFileSync, existsSync, readdirSync, readFileSync, writeFileSync } from 'node:fs';

target: 'es2020',
loader: {
'.wasm': 'copy',
'.woff': 'copy',
'.woff2': 'copy',
'.ttf': 'copy',
'.eot': 'copy',
'.otf': 'copy'
},
// Node built-ins are allowed, but must be prefixed with `node:`

@@ -173,0 +180,0 @@ // https://docs.netlify.com/edge-functions/api/#runtime-environment

4

package.json
{
"name": "@sveltejs/adapter-netlify",
"version": "4.3.0",
"version": "4.3.1",
"description": "A SvelteKit adapter that creates a Netlify app",

@@ -57,3 +57,3 @@ "keywords": [

"dev": "node -e \"fs.rmSync('files', { force: true, recursive: true })\" && rollup -cw",
"build": "node -e \"fs.rmSync('files', { force: true, recursive: true })\" && rollup -c && cp src/edge.js files/edge.js",
"build": "node -e \"fs.rmSync('files', { force: true, recursive: true })\" && rollup -c && node -e \"fs.cpSync('src/edge.js', 'files/edge.js')\"",
"test": "vitest run",

@@ -60,0 +60,0 @@ "check": "tsc",

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