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

@smartthings/cli-lib

Package Overview
Dependencies
Maintainers
8
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smartthings/cli-lib - npm Package Compare versions

Comparing version
2.2.4
to
2.2.5
+1
-1
dist/validate-util.js

@@ -57,3 +57,3 @@ "use strict";

return url.protocol === 'https:' ||
url.protocol === 'http:' && allowedHTTPHosts.includes(url.host) ||
url.protocol === 'http:' && allowedHTTPHosts.includes(url.hostname) ||
'https is required except for localhost';

@@ -60,0 +60,0 @@ }

{
"name": "@smartthings/cli-lib",
"version": "2.2.4",
"version": "2.2.5",
"description": "SmartThings CLI utility library",

@@ -33,3 +33,3 @@ "author": "Samsung Electronics Co., LTD.",

"@oclif/core": "^1.16.3",
"@smartthings/core-sdk": "^8.1.2",
"@smartthings/core-sdk": "^8.2.0",
"@types/eventsource": "^1.1.9",

@@ -36,0 +36,0 @@ "axios": "^0.28.0",