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.7 to 2.0.8

2

dist/base/AmoConnection.js

@@ -267,3 +267,3 @@ 'use strict';

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

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

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

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

@@ -223,3 +223,3 @@ 'use strict';

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

@@ -226,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