🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

latest-lib-cli

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

latest-lib-cli - npm Package Compare versions

Comparing version
0.1.2
to
0.1.3
+1
-0
cli.js

@@ -69,2 +69,3 @@ #!/usr/bin/env node

.example('$ latest-lib jquery')
.example('$ latest-lib jquery@2')
.example('$ latest-lib bootstrap --only css')

@@ -71,0 +72,0 @@ .example('$ latest-lib bootstrap --only js')

+2
-2
{
"name": "latest-lib-cli",
"version": "0.1.2",
"version": "0.1.3",
"description": "Get the latest version of a CSS or JavaScript library hosted on CDNJS",

@@ -21,3 +21,3 @@ "keywords": [

"execa": "^0.6.3",
"latest-lib": "^0.1.0",
"latest-lib": "^0.2.0",
"loading-indicator": "^2.0.0",

@@ -24,0 +24,0 @@ "yargs": "^7.1.0"

@@ -28,2 +28,3 @@ # latest-lib-cli [![Build Status](https://travis-ci.org/GabrielMangiurea/latest-lib-cli.svg?branch=master)](https://travis-ci.org/GabrielMangiurea/latest-lib-cli)

$ latest-lib jquery
$ latest-lib jquery@2
$ latest-lib bootstrap --only css

@@ -30,0 +31,0 @@ $ latest-lib bootstrap --only js