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.28.0 to 1.28.1

13

CHANGELOG.md
# Changelog
## 1.28.1 (2023-11-20)
Full Changelog: [v1.28.0...v1.28.1](https://github.com/orbcorp/orb-node/compare/v1.28.0...v1.28.1)
### Chores
* **internal:** update some test values ([#36](https://github.com/orbcorp/orb-node/issues/36)) ([5fbb843](https://github.com/orbcorp/orb-node/commit/5fbb8434dae21355c7ef55981212b254c71291d9))
### Documentation
* **readme:** fix link to docs website ([#34](https://github.com/orbcorp/orb-node/issues/34)) ([3f8f962](https://github.com/orbcorp/orb-node/commit/3f8f962deb0771ccfda27de253035016fe298356))
## 1.28.0 (2023-11-16)

@@ -4,0 +17,0 @@

2

package.json
{
"name": "orb-billing",
"version": "1.28.0",
"version": "1.28.1",
"description": "Client library for the Orb API",

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

@@ -7,3 +7,3 @@ # Orb TypeScript API Library

The API documentation can be found [here](https://www.withorb.com/https://docs.withorb.com/reference/api-reference).
The API documentation can be found [here](https://docs.withorb.com/reference/api-reference).

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

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

export const VERSION = '1.28.0'; // x-release-please-version
export const VERSION = '1.28.1'; // x-release-please-version

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

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

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