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

@sveltejs/kit

Package Overview
Dependencies
Maintainers
3
Versions
819
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sveltejs/kit - npm Package Compare versions

Comparing version 1.0.0-next.38 to 1.0.0-next.39

6

CHANGELOG.md
# @sveltejs/kit
## 1.0.0-next.39
### Patch Changes
- b7fdb0d: Skip pre-bundling
## 1.0.0-next.38

@@ -4,0 +10,0 @@

@@ -386,2 +386,5 @@ import fs from 'fs';

noExternal: ['svelte']
},
optimizeDeps: {
entries: []
}

@@ -462,2 +465,5 @@ });

}
},
optimizeDeps: {
entries: []
}

@@ -464,0 +470,0 @@ });

2

dist/cli.js

@@ -453,3 +453,3 @@ import { existsSync } from 'fs';

const prog = sade('svelte-kit').version('1.0.0-next.38');
const prog = sade('svelte-kit').version('1.0.0-next.39');

@@ -456,0 +456,0 @@ prog

{
"name": "@sveltejs/kit",
"version": "1.0.0-next.38",
"version": "1.0.0-next.39",
"type": "module",

@@ -5,0 +5,0 @@ "dependencies": {

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