Comparing version 1.0.6 to 2.0.0
{ | ||
"name": "uc.micro", | ||
"version": "1.0.6", | ||
"version": "2.0.0", | ||
"description": "Micro subset of unicode data files for markdown-it projects.", | ||
"repository": "markdown-it/uc.micro", | ||
"license": "MIT", | ||
"main": "build/index.cjs.js", | ||
"module": "index.mjs", | ||
"exports": { | ||
".": { | ||
"require": "./build/index.cjs.js", | ||
"import": "./index.mjs" | ||
}, | ||
"./*": { | ||
"require": "./*", | ||
"import": "./*" | ||
} | ||
}, | ||
"files": [ | ||
"index.mjs", | ||
"categories/", | ||
"properties/", | ||
"index.js" | ||
"build/" | ||
], | ||
"scripts": { | ||
"test": "mocha", | ||
"update": "node update.js && npm test" | ||
"test": "npm run build && mocha", | ||
"build": "rollup -c", | ||
"update": "node update.mjs && npm test", | ||
"prepublishOnly": "npm run build" | ||
}, | ||
"devDependencies": { | ||
"mocha": "^5.0.0", | ||
"shelljs": "^0.8.1", | ||
"unicode-11.0.0": "^0.7.8" | ||
"@unicode/unicode-15.1.0": "^1.5.2", | ||
"mocha": "^10.2.0", | ||
"rollup": "^4.6.1", | ||
"shelljs": "^0.8.5" | ||
} | ||
} |
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
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
8071
25
0
4