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

@ribpay/oxlin

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ribpay/oxlin - npm Package Compare versions

Comparing version 1.0.0-beta.1 to 1.0.0-beta.2

8

CHANGELOG.md
# Changelog
## 1.0.0-beta.2 (2024-05-22)
Full Changelog: [v1.0.0-beta.1...v1.0.0-beta.2](https://github.com/fortaine/oxlin-node/compare/v1.0.0-beta.1...v1.0.0-beta.2)
### Features
* refactor ([9b128e9](https://github.com/fortaine/oxlin-node/commit/9b128e93d47586538b366db259f06d86b081d603))
## 1.0.0-beta.1 (2024-05-22)

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

3

index.js

@@ -112,3 +112,4 @@ "use strict";

}
headers.set('x-fwd-request-id', headers.get('x-fwd-request-id') ?? (0, node_crypto_1.randomUUID)());
if (!headers.has('x-fwd-request-id'))
headers.set('x-fwd-request-id', (0, node_crypto_1.randomUUID)());
const response = await fetchWrapper.fetch(url, {

@@ -115,0 +116,0 @@ ...init,

{
"name": "@ribpay/oxlin",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"description": "The official TypeScript library for the Oxlin API",

@@ -5,0 +5,0 @@ "author": "Oxlin <support@oxlin.zendesk.com>",

@@ -183,3 +183,3 @@ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

headers.set('x-fwd-request-id', headers.get('x-fwd-request-id') ?? randomUUID());
if (!headers.has('x-fwd-request-id')) headers.set('x-fwd-request-id', randomUUID());

@@ -186,0 +186,0 @@ const response = await fetchWrapper.fetch(url, {

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

export const VERSION = '1.0.0-beta.1'; // x-release-please-version
export const VERSION = '1.0.0-beta.2'; // x-release-please-version

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

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

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