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

node-lode

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-lode - npm Package Compare versions

Comparing version 1.0.1 to 1.0.3

8

cli.js

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

} catch (err) {
const result = prompt("Your save file is corrupt, do you wish to wipe it?");
const result = prompt(
"Your save file is corrupt or missing, do you wish to create a new one?",
);
if (resultIsYes(result)) {

@@ -250,3 +252,5 @@ removeAll();

} catch (err) {
const result = prompt("Your save file is corrupt, do you wish to wipe it?");
const result = prompt(
"Your ignore file is corrupt or missing, do you wish to create a new one?",
);
if (resultIsYes(result)) {

@@ -253,0 +257,0 @@ remove();

{
"name": "node-lode",
"version": "1.0.1",
"version": "1.0.3",
"preferGlobal": true,

@@ -5,0 +5,0 @@ "bin": {

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