Socket
Socket
Sign inDemoInstall

vconsole

Package Overview
Dependencies
5
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.14.1 to 3.14.2

7

CHANGELOG_CN.md
[English](./CHANGELOG.md) | 简体中文
## 3.14.2 (2022-03-25)
- `Fix(Network)` 删除调试日志。
- `Chore` 在构建时自动删除 `console.log` 以确保调试日志不会出现在正式版本中。
- `Chore` 添加新的编译命令以编译出不同场景下的文件。
## 3.14.1 (2022-03-24)

@@ -4,0 +11,0 @@

English | [简体中文](./CHANGELOG_CN.md)
## 3.14.2 (2022-03-25)
- `Fix(Network)` Remove debugging console.log.
- `Chore` Drop `console.log` in Webpack process to ensure that no debugging logs appear in release version.
- `Chore` Add new build command to compile files in different scenarios.
## 3.14.1 (2022-03-24)

@@ -4,0 +11,0 @@

1

dist/vconsole.min.d.ts

@@ -1047,3 +1047,2 @@ /// <reference path="../build/vendor.d.ts" />

}
export default VConsole;
}

@@ -1050,0 +1049,0 @@ declare module "vconsole" {

{
"name": "vconsole",
"version": "3.14.1",
"version": "3.14.2",
"description": "A lightweight, extendable front-end developer tool for mobile web page.",

@@ -15,3 +15,4 @@ "homepage": "https://github.com/Tencent/vConsole",

"scripts": {
"build": "webpack --mode=production --progress",
"build": "webpack --mode=production --progress --env target=web",
"build:wx": "webpack --mode=production --progress --env target=wx",
"build:typings": "node ./build/build.typings.js",

@@ -23,2 +24,8 @@ "build:dev": "webpack --mode=development --progress",

},
"sideEffects": [
"lib/*",
"element/*",
"network/*",
"storage/*"
],
"keywords": [

@@ -25,0 +32,0 @@ "console",

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