Socket
Socket
Sign inDemoInstall

@aaronshaf/html-router

Package Overview
Dependencies
0
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.1 to 1.1.2

2

index.js

@@ -61,2 +61,3 @@ import pathToRegexp from "./vendor/path-to-regexp/index.js";

Array.from(node.childNodes)
.concat(this.importedNodes)
.filter(isCustomElement)

@@ -123,2 +124,3 @@ .map(async node => {

Array.from(this.childNodes)
.concat(this.importedNodes)
.filter(isCustomElement)

@@ -125,0 +127,0 @@ .map(async node => {

2

package.json

@@ -10,3 +10,3 @@ {

],
"version": "1.1.1",
"version": "1.1.2",
"main": "index.js",

@@ -13,0 +13,0 @@ "repository": {

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