Socket
Socket
Sign inDemoInstall

@solana/web3.js

Package Overview
Dependencies
Maintainers
1
Versions
1809
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@solana/web3.js - npm Package Compare versions

Comparing version 0.0.7 to 0.1.0

module.flow.js

8

CONTRIBUTING.md
✨ Thanks for contributing to **solana-web3.js*! ✨
As a contributor, here are the guidelines we would like you to follow:
* Ensure `npm run ok` passes before submitting a Pull Request
* Please follow semantic-release [commit message guidelines](https://github.com/semantic-release/semantic-release/blob/caribou/CONTRIBUTING.md#commit-message-guidelines)
# Reference
## Static Analysis

@@ -3,0 +11,0 @@ eslint and flow-type are used.

8

package.json
{
"name": "@solana/web3.js",
"version": "0.0.7",
"version": "0.1.0",
"description": "Solana Javascript API",

@@ -14,3 +14,3 @@ "keywords": [

"type": "git",
"url": "http://github.com/solana-labs/solana-web3.js.git"
"url": "https://github.com/solana-labs/solana-web3.js.git"
},

@@ -42,3 +42,4 @@ "bugs": {

"ok": "npm run lint && npm run flow && npm run test && npm run doc",
"prepare": "npm run clean && npm run ok && npm run build"
"prepare": "npm run clean && npm run ok && npm run build",
"re": "semantic-release --repository-url git@github.com:solana-labs/solana-web3.js.git"
},

@@ -86,4 +87,5 @@ "dependencies": {

"rollup-plugin-uglify": "3.0.0",
"semantic-release": "^15.9.16",
"watch": "^1.0.2"
}
}

@@ -68,2 +68,14 @@ [![Build status][travis-image]][travis-url]

## Flow
A Flow library definition file is provided at
[module.flow.js](https://github.com/solana-labs/solana-web3.js/tree/master/module.flow.js).
Add the following line under the [libs] section of your project's .flowconfig to
activate it:
```ini
[libs]
node_modules/@solana/web3.js/module.flow.js
```
## Examples

@@ -70,0 +82,0 @@ See the [examples/](https://github.com/solana-labs/solana-web3.js/tree/master/examples) directory for small snippets.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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