Socket
Socket
Sign inDemoInstall

@solana/web3.js

Package Overview
Dependencies
Maintainers
1
Versions
1814
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.11.3 to 0.11.4

20

bpf-sdk/README.md
## Prerequisites
### Linux Ubuntu
## LLVM / clang 7.0.0
http://releases.llvm.org/download.html
The following link describes how to install llvm:
https://blog.kowalczyk.info/article/k/how-to-install-latest-clang-6.0-on-ubuntu-16.04-xenial-wsl.html
### Linux Ubuntu 16.04 (xenial)
```
$ wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
$ sudo apt-add-repository "deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-7 main"
$ sudo apt-get update
$ sudo apt-get install -y clang-7
```
### Linux Ubuntu 14.04 (trusty)
```
$ wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
$ sudo apt-add-repository "deb http://apt.llvm.org/trusty/ llvm-toolchain-trusty-7 main"
$ sudo apt-get update
$ sudo apt-get install -y clang-7
```
### macOS

@@ -10,0 +24,0 @@

2

bpf-sdk/version.txt
0.10.0
6ae20e78e23a2f6b1db161560bc3d5922d2646e9
d2044f2562c0120366ccdcbd2899ce77e976ae2a
{
"name": "@solana/web3.js",
"version": "0.11.3",
"version": "0.11.4",
"description": "Solana Javascript API",

@@ -5,0 +5,0 @@ "keywords": [

@@ -51,2 +51,6 @@ [![Build status][travis-image]][travis-url]

### BPF program development
clang-7.0 must be installed to build BPF programs, such as
`examples/bpf-c-noop/`. See `bpf-sdk/README.md` for installation details
## Usage

@@ -53,0 +57,0 @@

Sorry, the diff of this file is not supported yet

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