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.1 to 1.2.0-beta.2

dict/chars.ts

16

package.json
{
"name": "@pinyin-pro/data",
"version": "1.2.0-beta.1",
"version": "1.2.0-beta.2",
"description": "The data directory for pinyin-pro",

@@ -18,11 +18,19 @@ "main": "index.js",

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

@@ -29,0 +37,0 @@ },

@@ -22,4 +22,4 @@ {

},
"include": ["src/**/*.ts"],
"include": ["dict/**/*.ts"],
"references": [{ "path": "./tsconfig.node.json" }]
}

@@ -7,3 +7,3 @@ import { defineConfig } from 'vite';

lib: {
entry: ['src/index.ts'],
entry: ['dict/index.ts'],
formats: ['es', 'cjs'],

@@ -10,0 +10,0 @@ fileName: '[name]',

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