Socket
Socket
Sign inDemoInstall

@ribpay/oxlin

Package Overview
Dependencies
42
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0-alpha.8 to 1.0.0-alpha.9

api.md

2

dist/_shims/web-runtime.js

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

fileFromPath: () => {
throw new Error('The `fileFromPath` function is only supported in Node. See the README for more details: https://www.github.com/fortaine/ribpay-node#file-uploads');
throw new Error('The `fileFromPath` function is only supported in Node. See the README for more details: https://www.github.com/stainless-sdks/oxlin-node#file-uploads');
},

@@ -75,0 +75,0 @@ isFsReadStream: (value) => false,

{
"name": "@ribpay/oxlin",
"version": "1.0.0-alpha.6",
"version": "1.0.0-alpha.0",
"description": "The official TypeScript library for the Oxlin API",

@@ -9,7 +9,7 @@ "author": "Oxlin <dev-feedback@oxlin.com>",

"type": "commonjs",
"repository": "github:fortaine/ribpay-node",
"repository": "github:stainless-sdks/oxlin-node",
"license": "Apache-2.0",
"packageManager": "yarn@1.22.22",
"files": [
"dist"
"*"
],

@@ -16,0 +16,0 @@ "private": false,

@@ -14,3 +14,3 @@ # Oxlin Node API Library

```sh
npm install git+ssh://git@github.com:fortaine/ribpay-node.git
npm install git+ssh://git@github.com:stainless-sdks/oxlin-node.git
```

@@ -221,3 +221,3 @@

To do the inverse, add `import "oxlin/shims/node"` (which does import polyfills).
This can also be useful if you are getting the wrong TypeScript types for `Response` ([more details](https://github.com/fortaine/ribpay-node/tree/main/src/_shims#readme)).
This can also be useful if you are getting the wrong TypeScript types for `Response` ([more details](https://github.com/stainless-sdks/oxlin-node/tree/main/src/_shims#readme)).

@@ -281,3 +281,3 @@ ### Logging and middleware

We are keen for your feedback; please open an [issue](https://www.github.com/fortaine/ribpay-node/issues) with questions, bugs, or suggestions.
We are keen for your feedback; please open an [issue](https://www.github.com/stainless-sdks/oxlin-node/issues) with questions, bugs, or suggestions.

@@ -284,0 +284,0 @@ ## Requirements

@@ -98,3 +98,3 @@ /**

throw new Error(
'The `fileFromPath` function is only supported in Node. See the README for more details: https://www.github.com/fortaine/ribpay-node#file-uploads',
'The `fileFromPath` function is only supported in Node. See the README for more details: https://www.github.com/stainless-sdks/oxlin-node#file-uploads',
);

@@ -101,0 +101,0 @@ },

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

export const VERSION = '1.0.0-alpha.1'; // x-release-please-version
export const VERSION = '1.0.0-alpha.0';

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

export declare const VERSION = "1.0.0-alpha.1";
export declare const VERSION = "1.0.0-alpha.0";
//# sourceMappingURL=version.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.VERSION = void 0;
exports.VERSION = '1.0.0-alpha.1'; // x-release-please-version
exports.VERSION = '1.0.0-alpha.0';
//# sourceMappingURL=version.js.map
{
"name": "@ribpay/oxlin",
"version": "1.0.0-alpha.8",
"version": "1.0.0-alpha.9",
"description": "The official TypeScript library for the Oxlin API",

@@ -9,7 +9,8 @@ "author": "Oxlin <dev-feedback@oxlin.com>",

"type": "commonjs",
"repository": "github:fortaine/ribpay-node",
"repository": "github:stainless-sdks/oxlin-node",
"license": "Apache-2.0",
"packageManager": "yarn@1.22.22",
"files": [
"dist"
"dist",
"api.md"
],

@@ -16,0 +17,0 @@ "private": false,

@@ -14,3 +14,3 @@ # Oxlin Node API Library

```sh
npm install git+ssh://git@github.com:fortaine/ribpay-node.git
npm install git+ssh://git@github.com:stainless-sdks/oxlin-node.git
```

@@ -221,3 +221,3 @@

To do the inverse, add `import "oxlin/shims/node"` (which does import polyfills).
This can also be useful if you are getting the wrong TypeScript types for `Response` ([more details](https://github.com/fortaine/ribpay-node/tree/main/src/_shims#readme)).
This can also be useful if you are getting the wrong TypeScript types for `Response` ([more details](https://github.com/stainless-sdks/oxlin-node/tree/main/src/_shims#readme)).

@@ -281,3 +281,3 @@ ### Logging and middleware

We are keen for your feedback; please open an [issue](https://www.github.com/fortaine/ribpay-node/issues) with questions, bugs, or suggestions.
We are keen for your feedback; please open an [issue](https://www.github.com/stainless-sdks/oxlin-node/issues) with questions, bugs, or suggestions.

@@ -284,0 +284,0 @@ ## Requirements

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc