Socket
Socket
Sign inDemoInstall

vconsole

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vconsole - npm Package Compare versions

Comparing version 3.5.0 to 3.5.1

6

CHANGELOG_CN.md
[English](./CHANGELOG.md) | 简体中文
#### 3.5.1 (2021-05-07)
- `Chore(Babel)` 修复由 `catch` 写法引起的 babel-loader 构建问题。 (PR #392 by @myl0204)
- `Fix(Network)` 修复语法笔误。 (PR #388 by @xovel)
#### 3.5.0 (2021-04-28)

@@ -4,0 +10,0 @@

12

CHANGELOG.md
English | [简体中文](./CHANGELOG_CN.md)
#### 3.5.1 (2021-05-07)
- `Chore(Babel)` Fix incorrect `catch` built by babel-loader. (PR #392 by @myl0204)
- `Fix(Network)` Fix typing error. (PR #388 by @xovel)
#### 3.5.0 (2021-04-28)

@@ -25,3 +31,3 @@

- `Feature(General)` Add darkmode theme, see `vConsole.option.theme` in [Public Properties & Methods](./doc/public_properties_methods.md). (by @progrape)
- `Feature(General)` Add darkmode theme, see `vConsole.option.theme` in [Public Properties & Methods](./doc/public_properties_methods.md). (PR #307 by @progrape)
- `Feature(General)` Add safe area to switch button. (issue #353)

@@ -35,4 +41,4 @@ - `Feature(Log)` Auto move input cursor to the bracket after autocomplete command. (issue #293)

- `Fix(General)` The position of the switch button will be reset by mistake when clicked.
- `Fix(General)` Fix `document.documentElement.offsetHeight|offsetWidth` is unreliable in newer browsers. (by @littlee)
- `Fix(General)` Prevent dispatchEvent for disabled or readOnly elements. (by @norux)
- `Fix(General)` Fix `document.documentElement.offsetHeight|offsetWidth` is unreliable in newer browsers. (PR #314 by @littlee)
- `Fix(General)` Prevent dispatchEvent for disabled or readOnly elements. (PR #314 by @norux)
- `Fix(General)` Fix nonce searching problem. (by @sunderls)

@@ -39,0 +45,0 @@ - `Fix(General)` Fix security issues. (#345 by @QiAnXinCodeSafe)

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

@@ -5,0 +5,0 @@ "homepage": "https://github.com/Tencent/vConsole",

@@ -72,3 +72,3 @@ /*

// network type
const network = ua.toLowerCase().match(/ nettype\/([^ ]+)/g);
let network = ua.toLowerCase().match(/ nettype\/([^ ]+)/g);
if (network && network[0]) {

@@ -133,2 +133,2 @@ network = network[0].split('/');

export default VConsoleSystemTab;
export default VConsoleSystemTab;

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

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