New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@wekit/plugin-console

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wekit/plugin-console - npm Package Compare versions

Comparing version
1.0.0
to
1.0.1
+9
-0
CHANGELOG.md
# @wekit/plugin-console
## 1.0.1
### Patch Changes
- 修复在 onUnload 事件内无法访问 data 的问题
- Updated dependencies
- @wekit/core@1.0.1
- @wekit/shared@1.0.1
## 1.0.0

@@ -4,0 +13,0 @@

+3
-3
{
"name": "@wekit/plugin-console",
"version": "1.0.0",
"version": "1.0.1",
"description": "wekit plugin console",

@@ -29,4 +29,4 @@ "main": "./dist/wekit-plugin-console.cjs.js",

"dependencies": {
"@wekit/core": "^1.0.0",
"@wekit/shared": "^1.0.0"
"@wekit/core": "^1.0.1",
"@wekit/shared": "^1.0.1"
},

@@ -33,0 +33,0 @@ "scripts": {