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.66 to 0.0.67

2

dist/dto/lead.dto.d.ts

@@ -45,3 +45,3 @@ import { CustomFieldValue } from '../interfaces/custom_field';

_links: SelfLinkDTO;
constructor(attributes: ILeadAttributes, factory: ILeadFactory);
constructor(factory: ILeadFactory, attributes: ILeadAttributes);
}

@@ -48,0 +48,0 @@ declare class LossReasonDTO implements ILossReason {

@@ -25,3 +25,3 @@ "use strict";

let LeadDTO = class LeadDTO extends ResourceEntity_1.default {
constructor(attributes, factory) {
constructor(factory, attributes) {
super(factory, attributes);

@@ -28,0 +28,0 @@ console.log(factory, attributes);

{
"name": "amocrm-client",
"version": "0.0.66",
"version": "0.0.67",
"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