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.42 to 1.12.43

12

bin/poop.js

@@ -98,10 +98,10 @@ #!/usr/bin/env node

function run() {
setYarn();
populate();
install().catch(e => cleanup(e));
migrate();
install().catch(e => cleanup(e));
async function run() {
await setYarn();
await populate();
await install().catch(e => cleanup(e));
await migrate();
await install().catch(e => cleanup(e));
};
run();
{
"name": "@minkimcello/georgia",
"version": "1.12.42",
"version": "1.12.43",
"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