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.42 to 0.0.43

4

dist/api/factories/mixins/hasGetById.js

@@ -13,5 +13,5 @@ "use strict";

const { data } = yield request.get(url, criteria, options);
if (!data) {
if (!data)
return null;
}
console.log(this.from(data));
const instance = (0, class_transformer_1.plainToClassFromExist)(this.createEntity(), data);

@@ -18,0 +18,0 @@ this.emit('getById');

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

(0, class_transformer_1.Type)(() => Date),
(0, class_transformer_1.Transform)(({ value }) => new Date(value * 1000), { toClassOnly: true }),
(0, class_transformer_1.Transform)(({ value }) => new Date(value * 1000)),
tslib_1.__metadata("design:type", Date)

@@ -19,3 +19,3 @@ ], LeadDTO.prototype, "closed_at", void 0);

(0, class_transformer_1.Type)(() => Date),
(0, class_transformer_1.Transform)(({ value }) => new Date(value * 1000), { toClassOnly: true }),
(0, class_transformer_1.Transform)(({ value }) => new Date(value * 1000)),
tslib_1.__metadata("design:type", Date)

@@ -22,0 +22,0 @@ ], LeadDTO.prototype, "closest_task_at", void 0);

{
"name": "amocrm-client",
"version": "0.0.42",
"version": "0.0.43",
"description": "JS Library for AmoCRM",

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

Sorry, the diff of this file is not supported yet

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