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

latest-lib

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

latest-lib - npm Package Compare versions

Comparing version
0.2.0
to
0.2.1
+4
-0
index.js

@@ -31,2 +31,6 @@ 'use strict';

if (!versionAssets[0]) {
return reject(new Error(`Specified release version for ${library.name} does not exist`));
}
// Return only the latest version

@@ -33,0 +37,0 @@ let files = versionAssets[0].files.map(item => urlResolve(

+1
-1
{
"name": "latest-lib",
"version": "0.2.0",
"version": "0.2.1",
"description": "Get the latest version of a CSS or JavaScript library hosted on CDNJS",

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