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

amocrm-js

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amocrm-js - npm Package Compare versions

Comparing version 2.0.6 to 2.0.7

4

dist/base/AmoConnection.js

@@ -265,3 +265,5 @@ 'use strict';

return this.waitUserAction();
} else if (!this._code) {
} else if (!this._code && this.getToken() && this.isRequestExpired()) {
return this.refreshToken();
} else if (!this.code) {
return Promise.resolve(false);

@@ -268,0 +270,0 @@ }

{
"name": "amocrm-js",
"version": "2.0.6",
"version": "2.0.7",
"description": "JS Library for AmoCRM",

@@ -5,0 +5,0 @@ "main": "dist/AmoCRM.js",

@@ -220,3 +220,6 @@ 'use strict';

}
else if ( !this._code ) {
else if ( !this._code && this.getToken() && this.isRequestExpired()) {
return this.refreshToken();
}
else if ( !this.code ) {
return Promise.resolve( false );

@@ -223,0 +226,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