Socket
Socket
Sign inDemoInstall

@sveltejs/adapter-netlify

Package Overview
Dependencies
Maintainers
3
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 0.0.5 to 0.0.6

2

index.js

@@ -50,3 +50,3 @@ const fs = require('fs');

if (file[0] !== '.') {
fs.copyFileSync(`${client_code}/${file}`, `${publish}/assets/_app/${file}`);
fs.copyFileSync(`${client_code}/${file}`, `${publish}/_app/${file}`);
}

@@ -53,0 +53,0 @@ });

{
"name": "@sveltejs/adapter-netlify",
"version": "0.0.5",
"version": "0.0.6",
"devDependencies": {

@@ -5,0 +5,0 @@ "@rollup/plugin-commonjs": "^15.1.0",

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