New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@altangent/lib-coinbase

Package Overview
Dependencies
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@altangent/lib-coinbase - npm Package Compare versions

Comparing version 0.12.6 to 0.12.7

9

dist/Results.d.ts

@@ -85,2 +85,11 @@ export declare namespace Results {

transaction_url: string;
transaction_fee: {
amount: string;
currency: string;
};
transaction_amount: {
amount: string;
currency: string;
};
confirmations: number;
};

@@ -87,0 +96,0 @@ type From = {

3

lib/Results.ts

@@ -96,2 +96,5 @@ /* eslint-disable @typescript-eslint/no-namespace */

transaction_url: string;
transaction_fee: { amount: string, currency: string },
transaction_amount: { amount: string, currency: string },
confirmations: number,
};

@@ -98,0 +101,0 @@

6

package.json
{
"name": "@altangent/lib-coinbase",
"version": "0.12.6",
"version": "0.12.7",
"description": "Coinbase API client",

@@ -27,3 +27,3 @@ "author": "Brian Mancini <bmancini@gmail.com>",

"dependencies": {
"@altangent/lib-http": "^0.12.6"
"@altangent/lib-http": "^0.12.7"
},

@@ -33,3 +33,3 @@ "publishConfig": {

},
"gitHead": "414dd618417fe0f78271cf262a1f7e6a18d98b9a"
"gitHead": "ddb52a2b88ec41da1064bb048230e42bf66113b7"
}

Sorry, the diff of this file is not supported yet

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