Comparing version 1.0.6 to 1.0.7
{ | ||
"name": "c-kzg", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "NodeJS bindings for C-KZG", | ||
@@ -5,0 +5,0 @@ "author": "Dan Coffman", |
@@ -25,6 +25,10 @@ This package wraps the c-kzg C code in C++ NAPI bindings which allow it to be imported into a NodeJS program. | ||
Requirements | ||
# Requirements | ||
- The C and C++ code is compiled by node-gyp on installation, so your environment will need a compiler like GCC or clang | ||
The C and C++ code is compiled by node-gyp on installation. Your environment will need | ||
- A compiler like g++ or clang | ||
- `make` | ||
- `python3` | ||
# Contributing | ||
@@ -31,0 +35,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3440342
94