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 1.0.0-next.84 to 1.0.0-next.85

2

files/esm/serverless.js

@@ -14,2 +14,3 @@ import './shims.js';

import 'util/types';
import 'url';
import 'string_decoder';

@@ -20,3 +21,2 @@ import 'events';

import 'console';
import 'url';
import 'zlib';

@@ -23,0 +23,0 @@ import 'crypto';

@@ -191,4 +191,3 @@ import { appendFileSync, existsSync, readFileSync, writeFileSync } from 'fs';

const manifest = entry.generateManifest({
relativePath: '../server',
format: 'esm'
relativePath: '../server'
});

@@ -210,4 +209,3 @@

const manifest = builder.generateManifest({
relativePath: '../server',
format: 'esm'
relativePath: '../server'
});

@@ -214,0 +212,0 @@

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

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

"@iarna/toml": "^2.2.5",
"esbuild": "^0.15.12",
"esbuild": "^0.16.3",
"set-cookie-parser": "^2.5.1"

@@ -33,12 +33,12 @@ },

"@netlify/functions": "^1.3.0",
"@rollup/plugin-commonjs": "^23.0.2",
"@rollup/plugin-json": "^5.0.1",
"@rollup/plugin-commonjs": "^23.0.3",
"@rollup/plugin-json": "^5.0.2",
"@rollup/plugin-node-resolve": "^15.0.1",
"@sveltejs/kit": "1.0.0-next.533",
"@types/node": "^16.11.68",
"@types/node": "^16.18.6",
"@types/set-cookie-parser": "^2.4.2",
"rimraf": "^3.0.2",
"rollup": "^2.79.1",
"typescript": "^4.8.4",
"uvu": "^0.5.6"
"rollup": "^3.7.0",
"typescript": "^4.9.3",
"uvu": "^0.5.6",
"@sveltejs/kit": "1.0.0-next.579"
},

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

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