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.3

9

main/index.js

@@ -16,9 +16,2 @@ "use strict";

});
});
var warn = 'THIS PACKAGE IS DEPRECATED please update to use https://github.com/cosmology-tech/telescope/';
function print(text) {
var yellowBoldText = "\x1B[1m\x1B[33m".concat(text, "\x1B[0m");
return yellowBoldText;
}
console.log(print(warn));
throw new Error(warn);
});

@@ -1,8 +0,1 @@

export * from './rest';
const warn = 'THIS PACKAGE IS DEPRECATED please update to use https://github.com/cosmology-tech/telescope/';
function print(text) {
const yellowBoldText = `\x1b[1m\x1b[33m${text}\x1b[0m`;
return yellowBoldText;
}
console.log(print(warn));
throw new Error(warn);
export * from './rest';

7

package.json
{
"name": "@osmonauts/lcd",
"version": "1.0.2",
"version": "1.0.3",
"description": "Telescope LCDClient helpers",

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

"axios": "0.27.2"
},
"gitHead": "e76cf6819b05d440ccbb0bfc68de0d78a473bb9d"
}
}
}

@@ -1,11 +0,1 @@

export * from './rest';
const warn = 'THIS PACKAGE IS DEPRECATED please update to use https://github.com/cosmology-tech/telescope/';
function print(text) {
const yellowBoldText = `\x1b[1m\x1b[33m${text}\x1b[0m`;
return yellowBoldText;
}
console.log(print(warn));
throw new Error(warn)
export * from './rest';