Socket
Socket
Sign inDemoInstall

@lendi/lead-client

Package Overview
Dependencies
Maintainers
51
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lendi/lead-client - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

5

CHANGELOG.md
# @lendi/lead-client
## 2.1.1
- [patch] 4f52691:
- add one more value INVITATION in LeadsRecordOriginEnum
## 2.1.0

@@ -4,0 +9,0 @@ - [minor] 3b41a85:

3

dist/cjs/api.d.ts

@@ -743,3 +743,4 @@ /**

APPOINTMENT_BOOKING = "APPOINTMENT_BOOKING",
SIGN_UP = "SIGN_UP"
SIGN_UP = "SIGN_UP",
INVITE = "INVITE"
}

@@ -746,0 +747,0 @@ /**

@@ -323,2 +323,3 @@ "use strict";

LeadsRecordOriginEnum["SIGN_UP"] = "SIGN_UP";
LeadsRecordOriginEnum["INVITE"] = "INVITE";
})(LeadsRecordOriginEnum = exports.LeadsRecordOriginEnum || (exports.LeadsRecordOriginEnum = {}));

@@ -325,0 +326,0 @@ /**

@@ -743,3 +743,4 @@ /**

APPOINTMENT_BOOKING = "APPOINTMENT_BOOKING",
SIGN_UP = "SIGN_UP"
SIGN_UP = "SIGN_UP",
INVITE = "INVITE"
}

@@ -746,0 +747,0 @@ /**

{
"name": "@lendi/lead-client",
"version": "2.1.0",
"version": "2.1.1",
"description": "Lendi lead client",

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

@@ -756,2 +756,3 @@ // tslint:disable

SIGN_UP = 'SIGN_UP',
INVITE = 'INVITE',
}

@@ -758,0 +759,0 @@ /**

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