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

@osmonauts/lcd

Package Overview
Dependencies
Maintainers
3
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@osmonauts/lcd - npm Package Compare versions

Comparing version

to
1.0.2

2

main/index.js

@@ -20,5 +20,5 @@ "use strict";

var yellowBoldText = "\x1B[1m\x1B[33m".concat(text, "\x1B[0m");
process.stdout.write(yellowBoldText);
return yellowBoldText;
}
console.log(print(warn));
throw new Error(warn);

@@ -5,5 +5,5 @@ export * from './rest';

const yellowBoldText = `\x1b[1m\x1b[33m${text}\x1b[0m`;
process.stdout.write(yellowBoldText);
return yellowBoldText;
}
console.log(print(warn));
throw new Error(warn);
{
"name": "@osmonauts/lcd",
"version": "1.0.1",
"version": "1.0.2",
"description": "Telescope LCDClient helpers",

@@ -84,3 +84,3 @@ "author": "Dan Lynch <pyramation@gmail.com>",

},
"gitHead": "268b2170902b0f60b6fedc0cb234b3592d71d370"
"gitHead": "e76cf6819b05d440ccbb0bfc68de0d78a473bb9d"
}

@@ -6,3 +6,3 @@ export * from './rest';

const yellowBoldText = `\x1b[1m\x1b[33m${text}\x1b[0m`;
process.stdout.write(yellowBoldText);
return yellowBoldText;
}

@@ -9,0 +9,0 @@