New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

amocrm-client

Package Overview
Dependencies
Maintainers
1
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amocrm-client - npm Package Compare versions

Comparing version 0.0.32 to 0.0.33

4

dist/common/Connection.d.ts

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

import { EventEmitter } from "./EventEmitter";
import { EventEmitter, IEventEmitter } from "./EventEmitter";
import { IAPIResponse, IRequestOptions } from "../interfaces/common";

@@ -7,3 +7,3 @@ import { IToken } from "./Token";

import { IAuth } from "./Auth";
export interface IConnection extends EventEmitter {
export interface IConnection extends IEventEmitter {
update(): Promise<boolean>;

@@ -10,0 +10,0 @@ isTokenExpired(): boolean;

{
"name": "amocrm-client",
"version": "0.0.32",
"version": "0.0.33",
"description": "JS Library for AmoCRM",

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

Sorry, the diff of this file is not supported yet

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