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

lchl

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lchl - npm Package Compare versions

Comparing version
1.0.2
to
1.0.3
+1
-1
CHANGELOG.md

@@ -5,3 +5,3 @@ # Changelog

### [1.0.2](https://github.com/xjq7/lc-helper/compare/v1.0.1...v1.0.2) (2022-12-09)
### [1.0.3](https://github.com/xjq7/lc-helper/compare/v1.0.1...v1.0.3) (2022-12-09)

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

{
"name": "lchl",
"version": "1.0.0",
"version": "1.0.1",
"description": "",

@@ -8,4 +8,5 @@ "bin": "dist/.bin/cli.js",

"scripts": {
"start": "ts-node index.ts",
"compile": "tsc"
"dev": "ts-node test.ts",
"compile": "tsc",
"release": "tsc && standard-version"
},

@@ -12,0 +13,0 @@ "repository": {

@@ -25,5 +25,4 @@ "use strict";

ctx.authConfig.access_token = access_token;
console.log(`access_token: ${access_token}`);
});
}
exports.default = default_1;
{
"name": "lchl",
"version": "1.0.2",
"version": "1.0.3",
"description": "",

@@ -10,3 +10,3 @@ "bin": "dist/.bin/cli.js",

"compile": "tsc",
"release": "standard-version"
"release": "tsc && standard-version"
},

@@ -13,0 +13,0 @@ "repository": {