Huge News!Announcing our $40M Series B led by Abstract Ventures.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.8 to 2.0.9

4

index.js

@@ -17,4 +17,8 @@ // Copyright 2015-2017 Parity Technologies (UK) Ltd.

if (typeof module !== 'undefined' && typeof fetch === 'undefined') {
global.fetch = require('node-fetch');
}
const Api = require('./api');
module.exports = Api;

5

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

@@ -24,2 +24,5 @@ "author": "Parity Team <admin@parity.io>",

],
"engines": {
"node": ">=6.4"
},
"scripts": {

@@ -26,0 +29,0 @@ "build": "echo \"WARN: npm run build skipped\"",

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