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.7.0 to 1.7.1

2

package.json
{
"name": "myges",
"version": "1.7.0",
"version": "1.7.1",
"description": "",

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

@@ -89,5 +89,6 @@ const fs = require('fs').promises

const { access_token, token_type } = await token.authenticate(parsed.username, password)
parsed.access_token = access_token
parsed.token_type = token_type
const info = await token.authenticate(parsed.username, password)
parsed.access_token = info.access_token
parsed.token_type = info.token_type
parsed.expires = Date.now() + (parseInt(info.expires_in, 10) * 1000)

@@ -94,0 +95,0 @@ await save(parsed)

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