Comparing version 6.0.0-beta.17 to 6.0.0-beta.18
{ | ||
"name": "zeromq", | ||
"version": "6.0.0-beta.17", | ||
"version": "6.0.0-beta.18", | ||
"description": "Next-generation ZeroMQ bindings for Node.js", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -43,3 +43,3 @@ # ZeroMQ.js Next Generation | ||
```sh | ||
npm install zeromq@6.0.0-beta.17 | ||
npm install zeromq@6.0.0-beta.18 | ||
``` | ||
@@ -82,3 +82,3 @@ | ||
```sh | ||
npm install zeromq@6.0.0-beta.17 --build-from-source | ||
npm install zeromq@6.0.0-beta.18 --build-from-source | ||
``` | ||
@@ -90,3 +90,3 @@ | ||
```sh | ||
npm install zeromq@6.0.0-beta.17 --zmq-shared | ||
npm install zeromq@6.0.0-beta.18 --zmq-shared | ||
``` | ||
@@ -97,3 +97,3 @@ | ||
```sh | ||
npm install zeromq@6.0.0-beta.17 --zmq-draft | ||
npm install zeromq@6.0.0-beta.18 --zmq-draft | ||
``` | ||
@@ -100,0 +100,0 @@ |
@@ -62,3 +62,3 @@ "use strict"; | ||
} | ||
const cmake_configure = `cmake -S "${src_dir}" -B ./build ${build_options} -DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} -DCMAKE_INSTALL_PREFIX="${libzmq_install_prefix}" -DCMAKE_INSTALL_LIBDIR=lib -DBUILD_STATIC=ON -DBUILD_TESTS=OFF -DBUILD_SHARED=OFF -DWITH_DOCS=OFF -DWITH_LIBSODIUM=ON -DWITH_LIBSODIUM_STATIC=ON`; | ||
const cmake_configure = `cmake -S "${src_dir}" -B ./build ${build_options} -DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} -DCMAKE_INSTALL_PREFIX="${libzmq_install_prefix}" -DCMAKE_INSTALL_LIBDIR=lib -DBUILD_STATIC=ON -DBUILD_TESTS=OFF -DBUILD_SHARED=OFF -DWITH_DOCS=OFF -DWITH_LIBSODIUM=OFF`; | ||
console.log(cmake_configure); | ||
@@ -65,0 +65,0 @@ (0, shelljs_1.exec)(cmake_configure, execOptions); |
@@ -81,3 +81,3 @@ import {dirname} from "path" | ||
const cmake_configure = `cmake -S "${src_dir}" -B ./build ${build_options} -DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} -DCMAKE_INSTALL_PREFIX="${libzmq_install_prefix}" -DCMAKE_INSTALL_LIBDIR=lib -DBUILD_STATIC=ON -DBUILD_TESTS=OFF -DBUILD_SHARED=OFF -DWITH_DOCS=OFF -DWITH_LIBSODIUM=ON -DWITH_LIBSODIUM_STATIC=ON` | ||
const cmake_configure = `cmake -S "${src_dir}" -B ./build ${build_options} -DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} -DCMAKE_INSTALL_PREFIX="${libzmq_install_prefix}" -DCMAKE_INSTALL_LIBDIR=lib -DBUILD_STATIC=ON -DBUILD_TESTS=OFF -DBUILD_SHARED=OFF -DWITH_DOCS=OFF -DWITH_LIBSODIUM=OFF` | ||
console.log(cmake_configure) | ||
@@ -84,0 +84,0 @@ exec(cmake_configure, execOptions) |
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 not supported yet
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 not supported yet
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 not supported yet
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
6249313
6