Huge News!Announcing our $40M Series B led by Abstract Ventures.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.1.5 to 0.1.7

4

dist/index.js

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

var menu = new _menu2.default(authPath);
menu.init().then(gh.addStars);
menu.init().then(function () {
gh.addStars();
});
} else {

@@ -46,0 +48,0 @@ gh.addStars();

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

.init()
.then(gh.addStars);
.then(() => {gh.addStars()});
} else {

@@ -31,0 +31,0 @@ gh.addStars();

{
"name": "add-stars",
"version": "0.1.5",
"version": "0.1.7",
"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