Socket
Socket
Sign inDemoInstall

web3

Package Overview
Dependencies
Maintainers
1
Versions
516
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

web3 - npm Package Compare versions

Comparing version 1.0.0-beta.4 to 1.0.0-beta.5

4

bower.json
{
"namespace": "ethereum",
"name": "web3",
"version": "1.0.0-beta.4",
"version": "1.0.0-beta.5",
"description": "Ethereum JavaScript API",

@@ -16,3 +16,3 @@ "license": "LGPL-3.0",

"type": "git",
"url": "https://github.com/ethereum/web3.js.git"
"url": "git://github.com/ethereum/web3.js.git"
},

@@ -19,0 +19,0 @@ "homepage": "https://github.com/ethereum/web3.js",

{
"version": "1.0.0-beta.4",
"version": "1.0.0-beta.5",
"lerna": "2.0.0",

@@ -4,0 +4,0 @@ "packages": [

/* jshint ignore:start */
Package.describe({
name: 'ethereum:web3',
version: '1.0.0-beta.4',
version: '1.0.0-beta.5',
summary: 'Ethereum JavaScript API, middleware to talk to a ethreum node over RPC',

@@ -20,5 +20,5 @@ git: 'https://github.com/ethereum/ethereum.js',

api.addFiles('dist/web3.min.js', ['client', 'server']);
api.addFiles('dist/web3.min.js', ['client']); // 'server'
});
/* jshint ignore:end */
{
"name": "web3",
"namespace": "ethereum",
"version": "1.0.0-beta.4",
"version": "1.0.0-beta.5",
"description": "Ethereum JavaScript API",

@@ -6,0 +6,0 @@ "license": "LGPL-3.0",

@@ -29,2 +29,4 @@ **PREVIEW RELEASE** This is a beta preview release with breaking changes! The current stable version is 0.20.0

*Note*: works only in the Browser for now. (PRs welcome)
```bash

@@ -34,10 +36,6 @@ meteor add ethereum:web3

### As Browser module
Bower
### In the Browser
```bash
// bower install web3 (not published yet)
```
Build and include `dist/web3.min.js` in your html file.
Or build and include `dist/web3.min.js` in your html file.

@@ -44,0 +42,0 @@ ## Usage

Sorry, the diff of this file is not supported yet

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