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

add-stars

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

add-stars - npm Package Compare versions

Comparing version 0.0.9 to 0.1.0

4

dist/index.js

@@ -37,4 +37,6 @@ #!/usr/bin/env node

authPath = authPath.replace('bin', 'lib/node_modules/') + '/auth.json';
console.log(authPath);
authPath = authPath.replace('bin', 'lib/node_modules') + '/auth.json';
console.log(authPath);
console.log('OK.');

@@ -41,0 +43,0 @@ _fs2.default.stat(authPath, function (error, stats) {

@@ -20,4 +20,6 @@ #!/usr/bin/env node

// TODO change this.
authPath = authPath.replace('bin', 'lib/node_modules/') + '/auth.json';
console.log(authPath);
authPath = authPath.replace('bin', 'lib/node_modules') + '/auth.json';
console.log(authPath);
console.log('OK.');

@@ -24,0 +26,0 @@ fs.stat(authPath, (error, stats) => {

{
"name": "add-stars",
"version": "0.0.9",
"version": "0.1.0",
"description": "Add star to repos used in your project.",

@@ -5,0 +5,0 @@ "scripts": {

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