New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@pinyin-pro/data

Package Overview
Dependencies
Maintainers
0
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pinyin-pro/data - npm Package Compare versions

Comparing version 1.2.0-beta.0 to 1.2.0-beta.1

dist/json/chars.json.js

24

package.json
{
"name": "@pinyin-pro/data",
"version": "1.2.0-beta.0",
"version": "1.2.0-beta.1",
"description": "The data directory for pinyin-pro",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc && vite build"
},

@@ -16,3 +17,13 @@ "repository": {

"./modern.json": "./json/modern.json",
"./package.json": "./json/package.json"
"./package.json": "./json/package.json",
"./*": {
"import": {
"types": "./types/index.d.ts",
"default": "./dist/src/*.mjs"
},
"require": {
"types": "./types/index.d.ts",
"default": "./dist/src/*.js"
}
}
},

@@ -28,3 +39,8 @@ "publishConfig": {

},
"homepage": "https://github.com/chinese-data/pinyin-pro-data#readme"
"homepage": "https://github.com/chinese-data/pinyin-pro-data#readme",
"devDependencies": {
"rollup-plugin-terser": "^7.0.2",
"typescript": "^5.5.4",
"vite": "^5.4.0"
}
}
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