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

@generalprotocols/price-oracle

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@generalprotocols/price-oracle - npm Package Compare versions

Comparing version 2.1.0-development.3876542172 to 2.1.0-development.3967781592

2

dist/browser.cjs.js

@@ -702,3 +702,3 @@ 'use strict';

// Get the satoshi amount
const amountInSatoshis = amountInBch * Satoshis.PER_BCH;
const amountInSatoshis = Math.round(amountInBch * Satoshis.PER_BCH);
// Create the instance

@@ -705,0 +705,0 @@ const satoshiUnits = new Satoshis(amountInSatoshis);

@@ -694,3 +694,3 @@ import { hexToBin, numberToBinInt32LE, flattenBinArray, binToHex, binToNumberInt32LE, decodePrivateKeyWif, sha256, secp256k1, decodeAuthenticationInstructions, authenticationInstructionsAreMalformed } from '@bitauth/libauth';

// Get the satoshi amount
const amountInSatoshis = amountInBch * Satoshis.PER_BCH;
const amountInSatoshis = Math.round(amountInBch * Satoshis.PER_BCH);
// Create the instance

@@ -697,0 +697,0 @@ const satoshiUnits = new Satoshis(amountInSatoshis);

{
"name": "@generalprotocols/price-oracle",
"version": "2.1.0-development.3876542172",
"version": "2.1.0-development.3967781592",
"description": "Library for creating, parsing, signing, verifying and transferring PriceOracle messages.",

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

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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