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

web3-shh

Package Overview
Dependencies
Maintainers
2
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

web3-shh - npm Package Compare versions

Comparing version 1.2.7 to 1.2.8-rc.0

18

package.json
{
"name": "web3-shh",
"version": "1.2.7",
"version": "1.2.8-rc.0",
"description": "Web3 module to interact with the Whisper messaging protocol.",

@@ -12,17 +12,17 @@ "repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-shh",

"scripts": {
"dtslint": "dtslint types"
"dtslint": "dtslint --localTs node_modules/typescript/lib types"
},
"main": "src/index.js",
"dependencies": {
"web3-core": "1.2.7",
"web3-core-method": "1.2.7",
"web3-core-subscriptions": "1.2.7",
"web3-net": "1.2.7"
"web3-core": "1.2.8-rc.0",
"web3-core-method": "1.2.8-rc.0",
"web3-core-subscriptions": "1.2.8-rc.0",
"web3-net": "1.2.8-rc.0"
},
"devDependencies": {
"@types/node": "^12.12.5",
"definitelytyped-header-parser": "^3.9.0",
"dtslint": "^3.4.1"
"dtslint": "^3.4.1",
"typescript": "latest"
},
"gitHead": "65237be53b5d2ec7d12da12c35d7ddb7af57256f"
"gitHead": "035d11acced0bdd43e500d4defbfdcd1b70768d7"
}

@@ -20,4 +20,2 @@ /*

// Minimum TypeScript Version: 3.0
import * as net from 'net';

@@ -24,0 +22,0 @@ import { BatchRequest, provider, Providers, Extension } from 'web3-core';

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