Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@lob/lob-typescript-sdk

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lob/lob-typescript-sdk - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

14

dist/models/us-verification.d.ts

@@ -67,2 +67,8 @@ /**

/**
* This field indicates whether an address was found in a more comprehensive address dataset that includes sources from the USPS, open source mapping data, and our proprietary mail delivery data. This field can be interpreted as a representation of whether an address is a real location or not. Additionally a valid address may contradict the deliverability field since an address can be a real valid location but the USPS may not deliver to that address.
* @type {boolean}
* @memberof UsVerification
*/
"valid_address"?: UsVerificationValidAddressEnum;
/**
*

@@ -108,2 +114,10 @@ * @type {UsComponents}

*/
export declare enum UsVerificationValidAddressEnum {
True = "true",
False = "false"
}
/**
* @export
* @enum {string}
*/
export declare enum UsVerificationObjectEnum {

@@ -110,0 +124,0 @@ UsVerification = "us_verification"

4

package.json

@@ -17,3 +17,3 @@ {

],
"version": "1.2.0",
"version": "1.2.1",
"homepage": "https://github.com/lob/lob-typescript-sdk",

@@ -45,3 +45,3 @@ "author": "Lob <support@lob.com> (https://lob.com/)",

},
"main": "./dist/index.cjs.js",
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",

@@ -48,0 +48,0 @@ "types": "./dist/index.d.ts",

@@ -7,2 +7,4 @@ # lob-typescript-sdk

Looking for our [legacy Javascript SDK](https://github.com/lob/lob-node)?
## Getting Started

@@ -9,0 +11,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