Socket
Socket
Sign inDemoInstall

svelte-routing

Package Overview
Dependencies
0
Maintainers
2
Versions
46
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.9.0 to 2.10.0

5

CHANGELOG.md
# CHANGELOG
# 2.10.0
- PR Removed [#266](https://github.com/EmilTholin/svelte-routing/pull/266)
- Issue Fixed [#273](https://github.com/EmilTholin/svelte-routing/issues/273)
- Update dependencies.
# 2.9.0

@@ -4,0 +9,0 @@ - PR Merged [#272](https://github.com/EmilTholin/svelte-routing/pull/272).

14

package.json
{
"name": "svelte-routing",
"version": "2.9.0",
"version": "2.10.0",
"author": "Emil Tholin @EmilTholin",

@@ -19,11 +19,7 @@ "license": "MIT",

"repository": "EmilTholin/svelte-routing",
"main": "src/index.js",
"types": "types/index.d.ts",
"exports": {
".": {
"svelte": "./src/index.js"
}
},
"main": "./src/index.js",
"types": "./types/index.d.ts",
"svelte": "./src/index.js",
"devDependencies": {
"svelte": "^4.2.7",
"svelte": "^4.2.8",
"prettier": "^3.1.0",

@@ -30,0 +26,0 @@ "prettier-plugin-svelte": "^3.1.2"

@@ -5,3 +5,3 @@ export { default as Link } from "./Link.svelte";

export { link, links } from "./actions.js";
export * from "./contexts.js";
export { navigate } from "./history.js";
export * from "./contexts.js";
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc