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

yarn-lock-cli

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yarn-lock-cli

CLI tool for transforming registry in yarn.lock

latest
Source
npmnpm
Version
0.1.3
Version published
Weekly downloads
5
400%
Maintainers
1
Weekly downloads
 
Created
Source

yarn-lock-cli

npm

CLI tool for transforming registry in yarn.lock

Feature

You can transform among the following registry

  • registry.npm.taobao.org
  • registry.npmmirror.com
  • registry.npmjs.org
  • registry.yarnpkg.com

Example

In

# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1

react@^15.6.1:
  version "15.6.2"
  resolved "http://registry.npm.taobao.org/react/download/react-15.6.2.tgz#dba0434ab439cfe82f108f0f511663908179aa72"

Out

# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1

react@^15.6.1:
  version "15.6.2"
  resolved "https://registry.npmjs.org/react/-/react-15.6.2.tgz#dba0434ab439cfe82f108f0f511663908179aa72"

Installation

$ npm install -g yarn-lock-cli

Usage

$ yarn-lock

License

The MIT License (MIT).

Keywords

yarn

FAQs

Package last updated on 25 Oct 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts