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.12.45 to 1.12.46

16

bin/poop.js

@@ -99,11 +99,13 @@ #!/usr/bin/env node

async function run() {
return Promise.all([
await setYarn,
await populate,
await install,
await migrate,
await install
]).catch(e => cleanup(e));
try {
await setYarn;
await populate;
await install;
await migrate;
await install;
} catch(e) {
cleanup(e);
}
};
run();
{
"name": "@minkimcello/georgia",
"version": "1.12.45",
"version": "1.12.46",
"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