Socket
Socket
Sign inDemoInstall

vconsole

Package Overview
Dependencies
7
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.9.2 to 3.9.3

CHANGELOG_CN.md

13

package.json
{
"name": "vconsole",
"version": "3.9.2",
"version": "3.9.3",
"description": "A lightweight, extendable front-end developer tool for mobile web page.",
"homepage": "https://github.com/Tencent/vConsole",
"files": [
"dist",
"typing"
"dist/*",
"CHANGELOG*",
"README*"
],
"main": "dist/vconsole.min.js",
"typings": "typings/src/vconsole.d.ts",
"typings": "dist/vconsole.min.d.ts",
"scripts": {

@@ -17,3 +18,5 @@ "build": "webpack --mode=production",

"watch": "webpack watch --mode=development",
"serve": "webpack serve --config webpack.serve.config"
"serve": "webpack serve --config webpack.serve.config",
"prepublish": "npm run build",
"test:pack": "npx npm-packlist"
},

@@ -20,0 +23,0 @@ "keywords": [

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

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc