Comparing version 0.0.0 to 0.1.0
{ | ||
"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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
15953
6
405
0
102
Yes
10