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

svelte-guard-history-router

Package Overview
Dependencies
Maintainers
1
Versions
276
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svelte-guard-history-router - npm Package Compare versions

Comparing version 2.13.1 to 2.13.2

src/routes.mjs

9

package.json
{
"name": "svelte-guard-history-router",
"version": "2.13.1",
"version": "2.13.2",
"publishConfig": {

@@ -9,2 +9,5 @@ "access": "public"

"svelte": "./src/index.svelte",
"exports": {
".": "./src/index.mjs"
},
"description": "svelte router for SPA (history mode only)",

@@ -27,3 +30,4 @@ "keywords": [

"start": "rollup -c example/rollup.config.mjs -w",
"test": "testcafe $BROWSER:headless tests/*-test.js -s test-results --app-init-delay 5000 --app \"rollup -c example/rollup.config.mjs -w\"",
"test": "ava --timeout 2m && npm run testcafe",
"testcafe": "testcafe $BROWSER:headless testcafe/*.js -s test-results --app-init-delay 5000 --app \"rollup -c example/rollup.config.mjs -w\"",
"docs": "documentation readme src/index.mjs --section=API",

@@ -37,2 +41,3 @@ "lint": "documentation lint src/index.mjs"

"@rollup/plugin-node-resolve": "^8.1.0",
"ava": "^3.10.1",
"documentation": "^13.0.2",

@@ -39,0 +44,0 @@ "rollup": "^2.21.0",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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