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

loh

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

loh - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

index.js

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

if(fs.existsSync("./config.json")) config = JSON.parse(fs.readFileSync('./config.json', 'utf-8'));
else fs.writeFileSync('./config.json', JSON.stringify(log));
else fs.writeFileSync('./config.json', JSON.stringify(config));
var log = config?.log || {};

@@ -26,0 +26,0 @@ var url;

{
"name": "loh",
"version": "1.0.3",
"version": "1.0.4",
"bin": {

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc