Socket
Socket
Sign inDemoInstall

httpheaderprovider

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

httpheaderprovider - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

4

package.json
{
"name": "httpheaderprovider",
"version": "0.1.0",
"version": "0.2.0",
"description": "Replacement for HttpProvider from web3.js which allows headers to be set",

@@ -15,3 +15,3 @@ "main": "lib/index.js",

"repository": {
"github":"https://github.com/EthereumEx/httpheaderprovider"
"github": "https://github.com/EthereumEx/httpheaderprovider"
},

@@ -18,0 +18,0 @@ "author": "shawn cicoria",

@@ -13,2 +13,3 @@ # A Replacement Web3.js HttpProvider supporting Adding HTTP Headers

npm install --save httpheaderhrovider
```

@@ -21,3 +22,3 @@ In your JavaScript project

var headerprovider = require('../lib');
var headerprovider = require('httpheaderprovider');

@@ -24,0 +25,0 @@ var headers = {

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