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.4645117701 to 2.2.0-development.5034832748

6

dist/browser.cjs.js

@@ -90,5 +90,7 @@ 'use strict';

'-52': { name: 'SOURCE_WEBSITE', description: 'Link to more information on the data source the oracle', format: 'string' },
'-53': { name: 'SOURCE_UNIT', description: 'Human readable name of the original source data unit(s)', format: 'string' },
'-54': { name: 'SOURCE_UNIT_CODE', description: 'Short code of the original source data unit(s) (Commonly ISO-4217 currency codes, but not required)', format: 'string' },
'-53': { name: 'SOURCE_NUMERATOR_UNIT_NAME', description: 'Human readable name of the original source data numerator', format: 'string' },
'-54': { name: 'SOURCE_NUMERATOR_UNIT_CODE', description: 'Short code of the original source data numerator (Commonly ISO-4217 currency codes, but not required)', format: 'string' },
'-55': { name: 'SOURCE_HASH', description: 'Sha256 hash of the policy referenced by SOURCE_WEBSITE', format: 'string' },
'-56': { name: 'SOURCE_DENOMINATOR_UNIT_NAME', description: 'Human readable name of the original source data denominator', format: 'string' },
'-57': { name: 'SOURCE_DENOMINATOR_UNIT_CODE', description: 'Short code of the original source data denominator (Commonly ISO-4217 currency codes, but not required)', format: 'string' },
},

@@ -95,0 +97,0 @@ };

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

'-52': { name: 'SOURCE_WEBSITE', description: 'Link to more information on the data source the oracle', format: 'string' },
'-53': { name: 'SOURCE_UNIT', description: 'Human readable name of the original source data unit(s)', format: 'string' },
'-54': { name: 'SOURCE_UNIT_CODE', description: 'Short code of the original source data unit(s) (Commonly ISO-4217 currency codes, but not required)', format: 'string' },
'-53': { name: 'SOURCE_NUMERATOR_UNIT_NAME', description: 'Human readable name of the original source data numerator', format: 'string' },
'-54': { name: 'SOURCE_NUMERATOR_UNIT_CODE', description: 'Short code of the original source data numerator (Commonly ISO-4217 currency codes, but not required)', format: 'string' },
'-55': { name: 'SOURCE_HASH', description: 'Sha256 hash of the policy referenced by SOURCE_WEBSITE', format: 'string' },
'-56': { name: 'SOURCE_DENOMINATOR_UNIT_NAME', description: 'Human readable name of the original source data denominator', format: 'string' },
'-57': { name: 'SOURCE_DENOMINATOR_UNIT_CODE', description: 'Short code of the original source data denominator (Commonly ISO-4217 currency codes, but not required)', format: 'string' },
},

@@ -87,0 +89,0 @@ };

@@ -665,2 +665,12 @@ import { Subscriber, Publisher, Request, Reply } from 'zeromq';

};
'-56': {
name: string;
description: string;
format: string;
};
'-57': {
name: string;
description: string;
format: string;
};
};

@@ -667,0 +677,0 @@ };

{
"name": "@generalprotocols/price-oracle",
"version": "2.1.0-development.4645117701",
"version": "2.2.0-development.5034832748",
"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