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

orb-billing

Package Overview
Dependencies
Maintainers
2
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

orb-billing - npm Package Compare versions

Comparing version 1.37.3 to 1.37.4

8

CHANGELOG.md
# Changelog
## 1.37.4 (2024-01-18)
Full Changelog: [v1.37.3...v1.37.4](https://github.com/orbcorp/orb-node/compare/v1.37.3...v1.37.4)
### Bug Fixes
* allow body type in RequestOptions to be null ([#92](https://github.com/orbcorp/orb-node/issues/92)) ([6a4506f](https://github.com/orbcorp/orb-node/commit/6a4506f1bef90976fc5d3eae3adb9656fa1e3bb4))
## 1.37.3 (2024-01-18)

@@ -4,0 +12,0 @@

2

core.d.ts

@@ -185,3 +185,3 @@

query?: Req | undefined;
body?: Req | undefined;
body?: Req | null | undefined;
headers?: Headers | undefined;

@@ -188,0 +188,0 @@ maxRetries?: number;

{
"name": "orb-billing",
"version": "1.37.3",
"version": "1.37.4",
"description": "The official TypeScript library for the Orb API",

@@ -5,0 +5,0 @@ "author": "Orb <team@withorb.com>",

@@ -719,3 +719,3 @@ import { VERSION } from './version';

query?: Req | undefined;
body?: Req | undefined;
body?: Req | null | undefined;
headers?: Headers | undefined;

@@ -722,0 +722,0 @@

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

export const VERSION = '1.37.3'; // x-release-please-version
export const VERSION = '1.37.4'; // x-release-please-version

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

export declare const VERSION = "1.37.3";
export declare const VERSION = "1.37.4";
//# sourceMappingURL=version.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.VERSION = void 0;
exports.VERSION = '1.37.3'; // x-release-please-version
exports.VERSION = '1.37.4'; // 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

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