Socket
Socket
Sign inDemoInstall

aion-web3

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aion-web3 - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

1

gulpfile.js

@@ -87,2 +87,3 @@ var path = require('path');

'index.js',
'console.js',
'package-init.js',

@@ -89,0 +90,0 @@ 'package.json'

2

package.json
{
"name": "aion-web3",
"namespace": "aion",
"version": "0.0.1",
"version": "0.0.2",
"description": "aion js api",

@@ -6,0 +6,0 @@ "main": "./index.js",

@@ -8,20 +8,14 @@ # Aion Compatible Web3

* **Node.js** version 8.9.1
* **Node.js** version 8.9.1 <br/>
Download: https://nodejs.org/en/download/ <br/>
Check version by running `node -v` in a terminal.
Download: https://nodejs.org/en/download/
* **npm** version 5.5.1 <br/>
Typically included with node installation. <br/>
Check version by running `npm -v` in a terminal.
Check version by running `node -v` in a terminal.
* **gulp** version 3.9.1 <br/>
Installation: https://github.com/gulpjs/gulp/blob/master/docs/getting-started.md <br/>
Check version by running `gulp -v` in a terminal.
* **npm** version 5.5.1
Typically included with node installation.
Check version by running `npm -v` in a terminal.
* **gulp** version 3.9.1
Installation: https://github.com/gulpjs/gulp/blob/master/docs/getting-started.md
Check version by running `guilp -v` in a terminal.
**Note:** Other versions may work, but have not been thoroughly tested at present.

@@ -44,5 +38,6 @@

## Usage
## API Use
This application programming interface can be used to perform different operation on the Aion blockchain.
Some example uses cases are available in the project wiki.
Some example uses cases are available in the project [wiki](https://github.com/aionnetwork/aion_web3/wiki).

@@ -49,0 +44,0 @@ * Web use: include `dist/web3.min.js` in your html file

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