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

@jack-henry/web-component-router

Package Overview
Dependencies
Maintainers
6
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jack-henry/web-component-router - npm Package Compare versions

Comparing version 3.2.0 to 3.3.0

lib/animated-routing.mixin.d.ts

6

lib/page.js

@@ -324,6 +324,6 @@ /**

// Entry callbacks
if (ctx.path !== this.current) {
ctx.handled = false;
}
for (const fn of this.callbacks) {
if (ctx.path !== this.current) {
ctx.handled = false;
}
await new Promise((resolve) => fn(ctx, resolve));

@@ -330,0 +330,0 @@ }

{
"name": "@jack-henry/web-component-router",
"version": "3.2.0",
"version": "3.3.0",
"description": "Web Components Router",

@@ -10,2 +10,3 @@ "main": "router.js",

"*.js",
"*.mixin.ts",
"*.d.ts",

@@ -16,4 +17,5 @@ "package.json",

"scripts": {
"build": "tsc",
"clean": "rimraf './lib/**/*.d.ts' && rimraf './*.d.ts'",
"build": "tsc && yarn build:ts",
"build:ts": "tsc --project tsconfig.buildts.json",
"clean": "rimraf './lib/**/*.d.ts' && rimraf './*.d.ts' && rimraf './lib/*.mixin.js'",
"prepublish": "yarn clean && yarn build",

@@ -45,2 +47,3 @@ "test": "karma start test/karma.config.cjs --single-run"

"karma": "^6.x",
"lit": "^3.1.3",
"karma-chrome-launcher": "^3.2.0",

@@ -50,3 +53,6 @@ "karma-jasmine": "5.x",

"typescript": "^5.2.2"
},
"peerDependencies": {
"lit":"^3.1.3"
}
}
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