Socket
Socket
Sign inDemoInstall

radix3

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

radix3 - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

3

dist/index.d.ts

@@ -18,2 +18,3 @@ declare const NODE_TYPES: {

type: NODE_TYPE;
maxDepth: number;
parent: RadixNode<T> | null;

@@ -24,3 +25,3 @@ children: Map<string, RadixNode<T>>;

wildcardChildNode: RadixNode<T> | null;
placeholderChildNode: RadixNode<T> | null;
placeholderChildren: RadixNode<T>[];
}

@@ -27,0 +28,0 @@ interface RadixRouterOptions {

{
"name": "radix3",
"version": "1.1.1",
"version": "1.1.2",
"description": "Lightweight and fast router for JavaScript based on Radix Tree",

@@ -31,3 +31,3 @@ "repository": "unjs/radix3",

"playground": "pnpm jiti ./playground.ts",
"release": "pnpm test && pnpm build && changelogen --release && git push --follow-tags && pnpm publish",
"release": "pnpm test && pnpm build && changelogen --release && git push --follow-tags && npm publish",
"test": "pnpm lint && pnpm test:types && vitest run",

@@ -38,3 +38,3 @@ "test:types": "tsc --noEmit"

"0x": "^5.7.0",
"@vitest/coverage-v8": "^1.3.1",
"@vitest/coverage-v8": "^1.4.0",
"autocannon": "^7.15.0",

@@ -49,7 +49,7 @@ "benchmark": "^2.1.4",

"standard-version": "^9.5.0",
"typescript": "^5.4.2",
"typescript": "^5.4.3",
"unbuild": "^2.0.0",
"vitest": "^1.3.1"
"vitest": "^1.4.0"
},
"packageManager": "pnpm@8.15.4"
"packageManager": "pnpm@8.15.5"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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