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

@minkimcello/georgia

Package Overview
Dependencies
Maintainers
1
Versions
325
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@minkimcello/georgia - npm Package Compare versions

Comparing version 1.13.5 to 1.13.6

8

bin/poop.js

@@ -65,6 +65,5 @@ #!/usr/bin/env node

let command = yarn ? 'yarn' : 'npm';
let loading = animate(messages);
let i = 0;
loading.start();
if(silent){
let loading = animate(messages);
loading.start();
const install = spawn(command, ['install'], {

@@ -82,2 +81,3 @@ cwd: TARGET_DIR,

} else {
let i = 0;
const install = spawn(command, ['install'], {

@@ -92,3 +92,2 @@ cwd: TARGET_DIR,

install.on('close', code => {
loading.stop();
if (code !== 0) {

@@ -98,2 +97,3 @@ reject('Error while installing');

process.stdout.write(`\u001b[${i}A\u001b[2k`);
console.log(chalk.blueBright('✓'), messages[1]);
resolve();

@@ -100,0 +100,0 @@ });

{
"name": "@minkimcello/georgia",
"version": "1.13.5",
"version": "1.13.6",
"description": "BigTest Sample App",

@@ -5,0 +5,0 @@ "repository": "https://github.com/thefrontside/bigtest.git",

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