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

@getvolume/volume-shared

Package Overview
Dependencies
Maintainers
5
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.9 to 0.0.10-1

6

dist/index.d.ts

@@ -158,2 +158,6 @@ interface IVolumeContext {

}
interface ResponseWrapper<T> {
response?: T;
error?: any;
}

@@ -175,2 +179,2 @@ declare const apiUrlFromVolumeEnvironment: (volumeEnvironment: VolumeEnvironment) => string;

export { AgentType, Endpoints, ErrorMessage, FeatureFlags, INTEGRATION_API_URL, IVolumeContext, Institution, LIVE_API_URL, LOCAL_API_URL, Payment, PaymentRequest, PaymentStatus, PaymentStatusResponse, 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, Payment, PaymentRequest, PaymentStatus, PaymentStatusResponse, ResponseWrapper, SANDBOX_API_URL, UseVolume, VolumeEnvironment, VolumeEvent, VolumeEventType, apiUrlFromVolumeEnvironment, numberToCurrency };

2

package.json
{
"name": "@getvolume/volume-shared",
"version": "0.0.9",
"version": "0.0.10-1",
"license": "MIT",

@@ -5,0 +5,0 @@ "scripts": {

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