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.3 to 0.1.4

2

dist/index.js

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

menu.init().then(function () {
gh.addStars();
return gh.addStars();
});

@@ -47,0 +47,0 @@ } else {

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

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

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

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