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 0.0.0 to 0.1.0

dist/index.cjs

39

package.json
{
"name": "radix3",
"version": "0.0.0",
"license": "MIT"
"name": "radix3",
"version": "0.1.0",
"description": "Lightweight and fast router for JavaScript based on Radix Tree",
"repository": "unjs/radix3",
"license": "MIT",
"sideEffects": false,
"type": "module",
"exports": {
"require": "./dist/index.cjs",
"import": "./dist/index.mjs"
},
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "unbuild",
"lint": "eslint --ext .ts,.mjs .",
"playground": "yarn jiti ./playground.ts",
"release": "yarn build && standard-version && git push --follow-tags && npm publish",
"test": "nyc --reporter=lcov mocha -r jiti/register tests/*.test.*"
},
"devDependencies": {
"@nuxtjs/eslint-config-typescript": "latest",
"@types/chai": "latest",
"@types/mocha": "latest",
"chai": "latest",
"eslint": "latest",
"jiti": "latest",
"mocha": "latest",
"nyc": "latest",
"standard-version": "latest",
"unbuild": "latest"
}
}
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