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

myges

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

myges - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

package.json
{
"name": "myges",
"version": "1.0.2",
"version": "1.0.3",
"description": "",

@@ -5,0 +5,0 @@ "keywords": [],

@@ -1,2 +0,2 @@

#!/usr/bin/env node
#!/usr/bin/env node --no-warnings

@@ -3,0 +3,0 @@ const commander = require('commander')

@@ -57,3 +57,3 @@ const fs = require('fs').promises

if (exit_if_not_logged && (!parsed.access_token || !parsed.token_type)) {
if (exit_if_not_logged || !parsed.access_token || !parsed.token_type) {
console.error('You must be logged before using that command. (ges login)')

@@ -60,0 +60,0 @@ return process.exit(1)

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