Socket
Socket
Sign inDemoInstall

@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 0.1.1 to 0.1.2

3

dist/index.js

@@ -66,4 +66,3 @@ import axios from 'axios';

// https://stackoverflow.com/a/62892482
const { pathname } = new URL("../swagger-oxlin-payments-api.yaml", import.meta.url);
const definition = decodeURI(pathname);
const definition = "https://ribpay.blob.core.windows.net/openapi/swagger-oxlin-payments-api.yaml";
// Perform `async` stuff here...

@@ -70,0 +69,0 @@ const api = new OpenAPIClientAxios({

{
"name": "@ribpay/oxlin",
"version": "0.1.1",
"version": "0.1.2",
"author": "Guillaume FORTAINE <guillaume+github@fortaine.com>",

@@ -11,4 +11,3 @@ "repository": "https://github.com/ribpay/oxlin-node",

"files": [
"dist",
"swagger-oxlin-payments-api.yaml"
"dist"
],

@@ -20,2 +19,3 @@ "main": "./dist/index.js",

"lint": "eslint src/ --ext .js,.jsx,.ts,.tsx",
"prebuild": "npm run clean",
"build": "rollup -c",

@@ -31,3 +31,2 @@ "prepublishOnly": "npm run build",

"devDependencies": {
"@ribpay/uuidv7": "0.1.0",
"@rollup/plugin-typescript": "^8.3.0",

@@ -34,0 +33,0 @@ "@tsconfig/node16": "^1.0.2",

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