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

@parity/api

Package Overview
Dependencies
Maintainers
7
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@parity/api - npm Package Compare versions

Comparing version 5.1.5 to 5.1.6

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [5.1.6](https://github.com/paritytech/js-libs/tree/master/packages/api/compare/v5.1.5...v5.1.6) (2019-06-11)
**Note:** Version bump only for package @parity/api
## [5.1.5](https://github.com/paritytech/js-libs/tree/master/packages/api/compare/v5.1.4...v5.1.5) (2019-05-31)

@@ -8,0 +16,0 @@

2

lib/format/input.spec.js

@@ -91,2 +91,3 @@ "use strict";

var block = {};
// @ts-ignore
block[input] = address;

@@ -101,2 +102,3 @@ var formatted = input_1.inFilter(block)[input];

var block = {};
// @ts-ignore
block[input] = 0x123;

@@ -103,0 +105,0 @@ var formatted = input_1.inFilter(block)[input];

@@ -66,2 +66,3 @@ "use strict";

var block = {};
// @ts-ignore
block[input] = 0x123;

@@ -77,2 +78,3 @@ var formatted = output_1.outBlock(block)[input];

var block = {};
// @ts-ignore
block[input] = 0x57513668;

@@ -308,2 +310,3 @@ var formatted = output_1.outBlock(block)[input];

var block = {};
// @ts-ignore
block[input] = 0x123;

@@ -381,2 +384,3 @@ var formatted = output_1.outReceipt(block)[input];

var block = {};
// @ts-ignore
block[input] = 0x123;

@@ -383,0 +387,0 @@ var formatted = output_1.outTransaction(block)[input];

6

package.json
{
"name": "@parity/api",
"description": "The Parity Promise-based API library for interfacing with Ethereum over RPC",
"version": "5.1.5",
"version": "5.1.6",
"author": "Parity Team <admin@parity.io>",

@@ -42,3 +42,3 @@ "license": "MIT",

"dependencies": {
"@parity/abi": "^5.1.5",
"@parity/abi": "^5.1.6",
"bignumber.js": "^8.0.1",

@@ -55,3 +55,3 @@ "blockies": "0.0.2",

},
"gitHead": "2cd795cbecabe7fb2b69d4dd73a2e72c1bd3c064"
"gitHead": "38b01da20672e5f7c77e86a1f31fa8b2c70564fd"
}

@@ -132,2 +132,3 @@ // Copyright 2015-2019 Parity Technologies (UK) Ltd.

// @ts-ignore
block[input] = address;

@@ -145,2 +146,3 @@ const formatted = inFilter(block)[input];

// @ts-ignore
block[input] = 0x123;

@@ -147,0 +149,0 @@ const formatted = inFilter(block)[input];

@@ -103,2 +103,3 @@ // Copyright 2015-2019 Parity Technologies (UK) Ltd.

// @ts-ignore
block[input as keyof SerializedBlock] = 0x123;

@@ -117,2 +118,3 @@ const formatted = outBlock(block)[input as keyof Block];

// @ts-ignore
block[input as keyof SerializedBlock] = 0x57513668;

@@ -380,2 +382,3 @@ const formatted = outBlock(block)[input as keyof Block];

// @ts-ignore
block[input as keyof SerializedReceipt] = 0x123;

@@ -466,2 +469,3 @@ const formatted = outReceipt(block)[input as keyof Receipt];

// @ts-ignore
block[input as keyof SerializedTransaction] = 0x123;

@@ -468,0 +472,0 @@ const formatted = outTransaction(block)[

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