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
5
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 2.0.19 to 2.0.20

2

package.json
{
"name": "@parity/api",
"description": "The Parity Promise-based API library for interfacing with Ethereum over RPC",
"version": "2.0.19",
"version": "2.0.20",
"main": "index.js",

@@ -6,0 +6,0 @@ "author": "Parity Team <admin@parity.io>",

@@ -39,3 +39,3 @@ // Copyright 2015-2017 Parity Technologies (UK) Ltd.

get isParity () {
return true;
return !!this._currentProvider.isParity;
}

@@ -42,0 +42,0 @@ }

@@ -36,3 +36,3 @@ // Copyright 2015-2017 Parity Technologies (UK) Ltd.

get isParity () {
return true;
return !!this.provider.isParity;
}

@@ -39,0 +39,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