Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

auto-package-lock

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

auto-package-lock - npm Package Compare versions

Comparing version 1.0.5 to 1.1.0

2

package.json
{
"name": "auto-package-lock",
"version": "1.0.5",
"version": "1.1.0",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -14,8 +14,8 @@ ## 背景

1. 使用 npm 安装`npm install -g auto-package-lock`
2. 使用 node 运行工具`node apkl -p 目标项目路径 -m 指定的库名及版本`
2. 使用 node 运行工具`apkl -p 目标项目路径 -m 指定的库名及版本`
举例:
- `node apkl -p ../demo2 -m deepmerge@4.2.2`
- `node apkl -p /e/projects/js/demo2 -m throttle-debounce@3.0.1`
- `apkl -p ../demo2 -m deepmerge@4.2.2`
- `apkl -p /e/projects/js/demo2 -m throttle-debounce@3.0.1`

@@ -25,3 +25,3 @@ ### 本地调用

1. 克隆项目(下载 release 包)到本地
2. 命令行`cd`进入工具路径,`npm install`
2. 命令行`cd`进入工具路径,`npm install` 安装依赖
3. 使用 node 运行工具`node ./index.js -p 目标项目路径 -m 指定的库名及版本`

@@ -28,0 +28,0 @@

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