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

@hubspot/cli-lib

Package Overview
Dependencies
Maintainers
15
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hubspot/cli-lib - npm Package Compare versions

Comparing version 3.0.7 to 3.0.9-beta.0

2

lib/models/OAuth2Manager.js

@@ -44,3 +44,3 @@ const request = require('request-promise-native');

moment()
.add(30, 'minutes')
.add(5, 'minutes')
.isAfter(moment(this.tokenInfo.expiresAt))

@@ -47,0 +47,0 @@ ) {

{
"name": "@hubspot/cli-lib",
"version": "3.0.7",
"version": "3.0.9-beta.0",
"description": "Library for creating scripts for working with HubSpot",

@@ -35,3 +35,3 @@ "license": "Apache-2.0",

},
"gitHead": "cbba1945bc472da0e40ef2e5049a75da687798ca"
"gitHead": "97aec416f24286b2beded3e4e902b6caeea090cf"
}

@@ -113,3 +113,3 @@ const moment = require('moment');

moment()
.add(30, 'minutes')
.add(5, 'minutes')
.isAfter(moment(authTokenInfo.expiresAt))

@@ -116,0 +116,0 @@ ) {

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