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

@getvolume/volume-shared

Package Overview
Dependencies
Maintainers
4
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@getvolume/volume-shared - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

10

dist/index.d.ts

@@ -123,5 +123,13 @@ interface IVolumeContext {

}
interface ErrorMessage {
statusCode: number;
statusName: string;
errorMessage: string;
traceId: string;
source: string;
}
declare const apiUrlFromVolumeEnvironment: (volumeEnvironment: VolumeEnvironment) => string;
declare const LOCAL_API_URL = "http://localhost:8080";
declare const LIVE_API_URL = "https://api.volumepay.io";

@@ -138,2 +146,2 @@ declare const SANDBOX_API_URL = "https://api.sandbox.volumepay.io";

export { AgentType, Endpoints, FeatureFlags, INTEGRATION_API_URL, IVolumeContext, Institution, LIVE_API_URL, PaymentRequest, SANDBOX_API_URL, UseVolume, VolumeEnvironment, VolumeEvent, VolumeEventType, apiUrlFromVolumeEnvironment, numberToCurrency };
export { AgentType, Endpoints, ErrorMessage, FeatureFlags, INTEGRATION_API_URL, IVolumeContext, Institution, LIVE_API_URL, LOCAL_API_URL, PaymentRequest, SANDBOX_API_URL, UseVolume, VolumeEnvironment, VolumeEvent, VolumeEventType, apiUrlFromVolumeEnvironment, numberToCurrency };

@@ -26,2 +26,3 @@ var __defProp = Object.defineProperty;

LIVE_API_URL: () => LIVE_API_URL,
LOCAL_API_URL: () => LOCAL_API_URL,
SANDBOX_API_URL: () => SANDBOX_API_URL,

@@ -51,2 +52,3 @@ VolumeEventType: () => VolumeEventType,

// src/constants.ts
var LOCAL_API_URL = "http://localhost:8080";
var LIVE_API_URL = "https://api.volumepay.io";

@@ -89,2 +91,3 @@ var SANDBOX_API_URL = "https://api.sandbox.volumepay.io";

LIVE_API_URL,
LOCAL_API_URL,
SANDBOX_API_URL,

@@ -91,0 +94,0 @@ VolumeEventType,

3

package.json
{
"name": "@getvolume/volume-shared",
"version": "0.0.7",
"version": "0.0.8",
"license": "MIT",
"scripts": {
"build": "tsup src/index.ts --dts",
"dev": "yarn build --watch",
"clean": "rm -rf dist .turbo"

@@ -8,0 +9,0 @@ },

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