New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@chuva.io/less-cli

Package Overview
Dependencies
Maintainers
0
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chuva.io/less-cli - npm Package Compare versions

Comparing version

to
1.0.0-beta.43

4

commands/local/helpers/build_less_dependencies/index.js

@@ -24,5 +24,3 @@ import fs from 'fs';

if (event === events.created || event === events.updated) {
data.new_value = typeof new_value.value !== 'string'
? JSON.parse(new_value.value)
: new_value.value;
data.new_value = JSON.parse(new_value.value);
}

@@ -29,0 +27,0 @@

{
"name": "@chuva.io/less-cli",
"version": "1.0.0-beta.42",
"version": "1.0.0-beta.43",
"description": "`less-cli` is a CLI tool that allows you to deploy your Less projects to AWS while providing several other tools to facilitate your interaction with Less.",

@@ -5,0 +5,0 @@ "author": "Chuva, LLC",