Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

altv-pkg

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

altv-pkg - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

0

bin/altv-pkg.js

@@ -0,0 +0,0 @@ #!/usr/bin/env node

2

bin/options/download.js

@@ -187,3 +187,3 @@ const { logDanger, logNormal } = require('../services/logging');

process.exit(1);
process.exit(0);
}

@@ -190,0 +190,0 @@

@@ -136,3 +136,3 @@ const { verifyPaths } = require('../services/setup');

logHeader(`Add '${repoName}' to your 'server.cfg' file in your 'resources' section. Goodbye!`);
process.exit(1);
process.exit(0);
}

@@ -139,0 +139,0 @@

@@ -29,3 +29,3 @@ const fs = require('fs');

logNormal(`Successfully removed ${repoName}`);
process.exit(1);
process.exit(0);
}

@@ -32,0 +32,0 @@

{
"name": "altv-pkg",
"version": "1.0.0",
"version": "1.0.1",
"description": "A CLI tool for installing open source resourced and their dependencies.",

@@ -25,3 +25,13 @@ "main": "bin/index.js",

"singleQuote": true
}
},
"repository": {
"type": "git",
"url": "https://github.com/Stuyk/altv-pkg.git"
},
"keywords": [
"altv",
"cli",
"tool",
"alt:V"
]
}
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