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

uc.micro

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uc.micro - npm Package Compare versions

Comparing version 1.0.6 to 2.0.0

build/index.cjs.js

30

package.json
{
"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"
}
}
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