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

router-trie

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

router-trie - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

22

package.json
{
"name": "router-trie",
"version": "0.0.10",
"version": "0.0.11",
"type": "module",
"sideEffects": false,
"source": "src/index.ts",
"unpkg": "./dist/index.umd.js",
"types": "./dist/index.d.ts",
"source": "src/router.ts",
"unpkg": "./dist/router.umd.js",
"types": "./dist/router.d.ts",
"exports": {
"types": "./dist/index.d.ts",
"import": "./dist/index.modern.js",
"require": "./dist/index.cjs",
"default": "./dist/index.modern.js"
"types": "./dist/router.d.ts",
"import": "./dist/router.modern.js",
"require": "./dist/router.cjs",
"default": "./dist/router.modern.js"
},

@@ -22,4 +22,4 @@ "files": [

"start": "vite",
"test": "node --loader tsx --test tests/*.test.ts",
"watch": "node --loader tsx --watch --test tests/*.test.ts"
"test": "node --loader ts-node/esm --test tests/*.test.*",
"watch": "node --loader ts-node/esm --watch --test tests/*.test.*"
},

@@ -34,3 +34,3 @@ "devDependencies": {

"microbundle": "^0.15.1",
"tsx": "^3.12.1",
"ts-node": "^10.9.2",
"typescript": "^4.9.4",

@@ -37,0 +37,0 @@ "vite": "^4.0.1"

@@ -9,3 +9,3 @@ import {

type Node,
} from "./router";
} from "./router.js";

@@ -12,0 +12,0 @@ export function nodeToMermaidMarkdown(node: Node<any>): string {

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