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
816
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.48 to 1.0.0-next.49

types.d.ts

4

assets/runtime/internal/start.js

@@ -447,3 +447,3 @@ import Root from '../../generated/root.svelte';

* @param {import('./types').NavigationTarget} selected
* @param {string[]} chain
* @param {string[]} [chain]
*/

@@ -462,3 +462,3 @@ async render(selected, chain) {

this.router.goto(hydrated.redirect, { replaceState: true }, [
...chain,
...(chain || []),
this.current.page.path

@@ -465,0 +465,0 @@ ]);

# @sveltejs/kit
## 1.0.0-next.49
### Patch Changes
- ab28c0a: kit: include missing types.d.ts
- c76c9bf: Upgrade Vite
## 1.0.0-next.48

@@ -4,0 +11,0 @@

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

const prog = sade('svelte-kit').version('1.0.0-next.48');
const prog = sade('svelte-kit').version('1.0.0-next.49');

@@ -463,0 +463,0 @@ prog

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

@@ -31,7 +31,7 @@ "dependencies": {

"uvu": "^0.5.1",
"vite": "^2.0.5"
"vite": "^2.1.0"
},
"peerDependencies": {
"svelte": "^3.32.1",
"vite": "^2.0.4"
"vite": "^2.1.0"
},

@@ -44,3 +44,4 @@ "bin": {

"dist",
"client"
"client",
"types.d.ts"
],

@@ -52,3 +53,3 @@ "scripts": {

"check": "npx tsc -p tsconfig.enforced.json",
"check-all": "npx tsc -p tsconfig.all.json",
"check-all": "npx tsc -p tsconfig.json",
"format": "prettier --write . --config ../../.prettierrc --ignore-path .gitignore",

@@ -65,5 +66,6 @@ "check-format": "prettier --check . --config ../../.prettierrc --ignore-path .gitignore",

"import": "./dist/ssr.js"
}
},
"./types.d.ts": "./types.d.ts"
},
"types": "types.d.ts"
}

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