🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@szhou/script-tools

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@szhou/script-tools - npm Package Compare versions

Comparing version
1.8.0
to
1.10.0
+16
-0
CHANGELOG.md

@@ -6,2 +6,18 @@ # Change Log

## 1.10.0 (2026-07-08)
**Note:** Version bump only for package @szhou/script-tools
## 1.9.0 (2026-05-20)
* feat: 增加注释 ([0175110](https://github.com/zhoushoujian/charm-project/commit/0175110))
## 1.8.0 (2026-05-20)

@@ -8,0 +24,0 @@

+1
-1
{
"name": "@szhou/script-tools",
"version": "1.7.0",
"version": "1.8.0",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "charm script-tools",

@@ -245,3 +245,3 @@ import * as os from 'os';

//解析url参数
//解析url参数,对参数的值进行编码
export const parseUrlParams = () => {

@@ -248,0 +248,0 @@ const result: { [k: string]: string } = {};

{
"name": "@szhou/script-tools",
"version": "1.8.0",
"version": "1.10.0",
"license": "MIT",

@@ -34,3 +34,3 @@ "description": "charm script-tools",

"devDependencies": {
"@szhou/eslint-config": "^2.2.0",
"@szhou/eslint-config": "^2.3.0",
"@types/js-cookie": "^3.0.3",

@@ -54,3 +54,3 @@ "@types/node": "^16.11.7",

"homepage": "https://github.com/zhoushoujian/charm-project/packages/script-tools",
"gitHead": "f960b0ef76bc0ef381d9206325297dff27aee045"
"gitHead": "a3bccaed4e5994b4d970458023d580507bc763f1"
}