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
30
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.10 to 0.0.11-canary.4d930bf

6

dist/index.d.ts

@@ -105,3 +105,7 @@ interface IVolumeContext {

countries: Country[];
metadata: InstitutionMetadata;
}
interface InstitutionMetadata {
sortingIndex: number;
}
interface Country {

@@ -179,2 +183,2 @@ displayName: string;

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

29

package.json
{
"name": "@getvolume/volume-shared",
"version": "0.0.10",
"license": "MIT",
"scripts": {
"build": "tsup src/index.ts --dts",
"dev": "yarn build --watch",
"clean": "rm -rf dist .turbo"
},
"files": [
"dist/**"
],
"main": "./dist/index.js",
"types": "./dist/index.d.ts"
"name": "@getvolume/volume-shared",
"version": "0.0.11-canary.4d930bf",
"license": "MIT",
"scripts": {
"build": "tsup src/index.ts --dts",
"dev": "yarn build --watch",
"clean": "rm -rf dist .turbo"
},
"files": [
"dist/**"
],
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"devDependencies": {
"tsup": "^6.5.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