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

increase

Package Overview
Dependencies
Maintainers
2
Versions
204
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

increase - npm Package Compare versions

Comparing version 0.23.1 to 0.24.0

18

CHANGELOG.md
# Changelog
## 0.24.0 (2024-01-12)
Full Changelog: [v0.23.1...v0.24.0](https://github.com/increase/increase-node/compare/v0.23.1...v0.24.0)
### Features
* **api:** add merchant data to simulation api ([#273](https://github.com/increase/increase-node/issues/273)) ([856b155](https://github.com/increase/increase-node/commit/856b155e8d11de4c63130fec66e29e76c2d2a497))
### Chores
* **internal:** narrow type into stringifyQuery ([#270](https://github.com/increase/increase-node/issues/270)) ([b7b5615](https://github.com/increase/increase-node/commit/b7b5615666467f331d33c10c1dabc1ed4fc220b2))
### Documentation
* **readme:** improve api reference ([#272](https://github.com/increase/increase-node/issues/272)) ([d83747f](https://github.com/increase/increase-node/commit/d83747f5044ecbc34a51dd1dd0d010b48e5486c1))
## 0.23.1 (2024-01-10)

@@ -4,0 +22,0 @@

2

core.js

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

}
if (query) {
if (typeof query === 'object' && query && !Array.isArray(query)) {
url.search = this.stringifyQuery(query);

@@ -307,0 +307,0 @@ }

{
"name": "increase",
"version": "0.23.1",
"version": "0.24.0",
"description": "The official TypeScript library for the Increase API",

@@ -5,0 +5,0 @@ "author": "Increase <dev-feedback@increase.com>",

@@ -7,3 +7,3 @@ # Increase Node API Library

The API documentation can be found [here](https://increase.com/documentation).
The REST API documentation can be found [on increase.com](https://increase.com/documentation). The full API of this library can be found in [api.md](https://www.github.com/increase/increase-node/blob/main/api.md).

@@ -10,0 +10,0 @@ ## Installation

@@ -57,3 +57,4 @@ import * as Core from 'increase/core';

/**
* The individual's physical address. Post Office Boxes are disallowed.
* The individual's physical address. Mail receiving locations like PO Boxes and
* PMB's are disallowed.
*/

@@ -83,3 +84,4 @@ address: Individual.Address;

/**
* The individual's physical address. Post Office Boxes are disallowed.
* The individual's physical address. Mail receiving locations like PO Boxes and
* PMB's are disallowed.
*/

@@ -231,3 +233,4 @@ interface Address {

/**
* The individual's physical address. Post Office Boxes are disallowed.
* The individual's physical address. Mail receiving locations like PO Boxes and
* PMB's are disallowed.
*/

@@ -247,3 +250,4 @@ address: BeneficialOwnerUpdateAddressParams.Address;

/**
* The individual's physical address. Post Office Boxes are disallowed.
* The individual's physical address. Mail receiving locations like PO Boxes and
* PMB's are disallowed.
*/

@@ -250,0 +254,0 @@ interface Address {

@@ -16,5 +16,3 @@ import * as Core from 'increase/core';

* Real Time Decisions are created when your application needs to take action in
* real-time to some event such as a card authorization. Real time decisions are
* currently in beta; please contact support@increase.com if you're interested in
* trying them out!
* real-time to some event such as a card authorization.
*/

@@ -21,0 +19,0 @@ export interface RealTimeDecision {

@@ -446,4 +446,4 @@ import { VERSION } from './version';

if (query) {
url.search = this.stringifyQuery(query);
if (typeof query === 'object' && query && !Array.isArray(query)) {
url.search = this.stringifyQuery(query as Record<string, unknown>);
}

@@ -450,0 +450,0 @@

@@ -83,3 +83,4 @@ // File generated from our OpenAPI spec by Stainless.

/**
* The individual's physical address. Post Office Boxes are disallowed.
* The individual's physical address. Mail receiving locations like PO Boxes and
* PMB's are disallowed.
*/

@@ -114,3 +115,4 @@ address: Individual.Address;

/**
* The individual's physical address. Post Office Boxes are disallowed.
* The individual's physical address. Mail receiving locations like PO Boxes and
* PMB's are disallowed.
*/

@@ -291,3 +293,4 @@ export interface Address {

/**
* The individual's physical address. Post Office Boxes are disallowed.
* The individual's physical address. Mail receiving locations like PO Boxes and
* PMB's are disallowed.
*/

@@ -310,3 +313,4 @@ address: BeneficialOwnerUpdateAddressParams.Address;

/**
* The individual's physical address. Post Office Boxes are disallowed.
* The individual's physical address. Mail receiving locations like PO Boxes and
* PMB's are disallowed.
*/

@@ -313,0 +317,0 @@ export interface Address {

@@ -875,3 +875,4 @@ // File generated from our OpenAPI spec by Stainless.

/**
* The corporation's physical address. Post Office Boxes are disallowed.
* The entity's physical address. Mail receiving locations like PO Boxes and PMB's
* are disallowed.
*/

@@ -910,3 +911,4 @@ address: Corporation.Address;

/**
* The corporation's physical address. Post Office Boxes are disallowed.
* The entity's physical address. Mail receiving locations like PO Boxes and PMB's
* are disallowed.
*/

@@ -966,3 +968,4 @@ export interface Address {

/**
* The individual's physical address. Post Office Boxes are disallowed.
* The individual's physical address. Mail receiving locations like PO Boxes and
* PMB's are disallowed.
*/

@@ -997,3 +1000,4 @@ address: Individual.Address;

/**
* The individual's physical address. Post Office Boxes are disallowed.
* The individual's physical address. Mail receiving locations like PO Boxes and
* PMB's are disallowed.
*/

@@ -1178,3 +1182,4 @@ export interface Address {

/**
* The individual's physical address. Post Office Boxes are disallowed.
* The individual's physical address. Mail receiving locations like PO Boxes and
* PMB's are disallowed.
*/

@@ -1209,3 +1214,4 @@ address: Individual.Address;

/**
* The individual's physical address. Post Office Boxes are disallowed.
* The individual's physical address. Mail receiving locations like PO Boxes and
* PMB's are disallowed.
*/

@@ -1378,3 +1384,4 @@ export interface Address {

/**
* The individual's physical address. Post Office Boxes are disallowed.
* The individual's physical address. Mail receiving locations like PO Boxes and
* PMB's are disallowed.
*/

@@ -1409,3 +1416,4 @@ address: NaturalPerson.Address;

/**
* The individual's physical address. Post Office Boxes are disallowed.
* The individual's physical address. Mail receiving locations like PO Boxes and
* PMB's are disallowed.
*/

@@ -1582,3 +1590,4 @@ export interface Address {

/**
* The trust's physical address. Post Office Boxes are disallowed.
* The trust's physical address. Mail receiving locations like PO Boxes and PMB's
* are disallowed.
*/

@@ -1632,3 +1641,4 @@ address: Trust.Address;

/**
* The trust's physical address. Post Office Boxes are disallowed.
* The trust's physical address. Mail receiving locations like PO Boxes and PMB's
* are disallowed.
*/

@@ -1685,3 +1695,4 @@ export interface Address {

/**
* The individual's physical address. Post Office Boxes are disallowed.
* The individual's physical address. Mail receiving locations like PO Boxes and
* PMB's are disallowed.
*/

@@ -1716,3 +1727,4 @@ address: Individual.Address;

/**
* The individual's physical address. Post Office Boxes are disallowed.
* The individual's physical address. Mail receiving locations like PO Boxes and
* PMB's are disallowed.
*/

@@ -1882,3 +1894,4 @@ export interface Address {

/**
* The individual's physical address. Post Office Boxes are disallowed.
* The individual's physical address. Mail receiving locations like PO Boxes and
* PMB's are disallowed.
*/

@@ -1913,3 +1926,4 @@ address: Grantor.Address;

/**
* The individual's physical address. Post Office Boxes are disallowed.
* The individual's physical address. Mail receiving locations like PO Boxes and
* PMB's are disallowed.
*/

@@ -2120,3 +2134,4 @@ export interface Address {

/**
* The entity's physical address. Post Office Boxes are disallowed.
* The entity's physical address. Mail receiving locations like PO Boxes and PMB's
* are disallowed.
*/

@@ -2128,3 +2143,4 @@ address: EntityUpdateAddressParams.Address;

/**
* The entity's physical address. Post Office Boxes are disallowed.
* The entity's physical address. Mail receiving locations like PO Boxes and PMB's
* are disallowed.
*/

@@ -2131,0 +2147,0 @@ export interface Address {

@@ -29,5 +29,3 @@ // File generated from our OpenAPI spec by Stainless.

* Real Time Decisions are created when your application needs to take action in
* real-time to some event such as a card authorization. Real time decisions are
* currently in beta; please contact support@increase.com if you're interested in
* trying them out!
* real-time to some event such as a card authorization.
*/

@@ -34,0 +32,0 @@ export interface RealTimeDecision {

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

export const VERSION = '0.23.1'; // x-release-please-version
export const VERSION = '0.24.0'; // x-release-please-version

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

export declare const VERSION = "0.23.1";
export declare const VERSION = "0.24.0";
//# sourceMappingURL=version.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.VERSION = void 0;
exports.VERSION = '0.23.1'; // x-release-please-version
exports.VERSION = '0.24.0'; // x-release-please-version
//# sourceMappingURL=version.js.map

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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