Socket
Socket
Sign inDemoInstall

@wulechuan/controllers-of-enum-dictionaries

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

源代码/编译出的源代码/javascript/index.js

12

package.json
{
"name": "@wulechuan/controllers-of-enum-dictionaries",
"version": "1.0.1",
"version": "1.0.2",
"author": "吴乐川 <wulechuan@live.com>",

@@ -16,15 +16,15 @@ "license": "WTFPL",

"exports": {
".": "./源代码/发布的源代码/javascript/index.js",
".": "./源代码/编译出的源代码/javascript/index.js",
"./源代码/原始的源代码/typescript/*": "./源代码/原始的源代码/typescript/*",
"./源代码/发布的源代码/*": "./源代码/发布的源代码/*"
"./源代码/编译出的源代码/*": "./源代码/编译出的源代码/*"
},
"main": "./源代码/发布的源代码/javascript/index.js",
"main": "./源代码/编译出的源代码/javascript/index.js",
"types": "./源代码/原始的源代码/types/index.d.ts",
"directories": {
"source": "源代码/原始的源代码",
"dist": "源代码/发布的源代码",
"dist": "源代码/编译出的源代码",
"doc": "文档集"
},
"scripts": {
"构建所有须发布的文件": "tsc",
"构建所有须发布的文件": "rimraf ./源代码/编译出的源代码 && tsc",
"每当制作集得之版本之前": "npm i && npm run 构建所有须发布的文件",

@@ -31,0 +31,0 @@ "start": "tsc -w",

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc