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.46 to 1.12.47

30

bin/poop.js

@@ -8,3 +8,3 @@ #!/usr/bin/env node

const BIGTEST_DIR = 'bigtest-sample';
const BIGTEST_DIR = 'bigtestsample';
const SOURCE_DIR = `${BIGTEST_DIR}/node_modules/@minkimcello/georgia`;

@@ -92,21 +92,17 @@

function cleanup(e) {
console.log('Aborting because', e);
fs.rmdirSync(BIGTEST_DIR);
console.log('Deleted generated files.');
process.exit(1);
};
// function cleanup(e) {
// console.log('Aborting because', e);
// rmrf.sync(BIGTEST_DIR);
// console.log('Deleted generated files.');
// process.exit(1);
// };
async function run() {
try {
await setYarn;
await populate;
await install;
await migrate;
await install;
} catch(e) {
cleanup(e);
}
async function run() {
await setYarn;
await populate;
await install;
await migrate;
await install;
};
run();
{
"name": "@minkimcello/georgia",
"version": "1.12.46",
"version": "1.12.47",
"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