🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@openzim/libzim

Package Overview
Dependencies
Maintainers
3
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@openzim/libzim - npm Package Compare versions

Comparing version
4.0.0
to
4.1.0
+1
-1
.env

@@ -1,1 +0,1 @@

LIBZIM_VERSION=9.4.0
LIBZIM_VERSION=9.5.1

@@ -22,11 +22,11 @@ import dotenv from "dotenv";

if (rawArch === "arm64") {
libDir = "aarch64-rpi3-linux-gnu";
libDir = "lib64";
} else if (rawArch === "arm") {
libDir = "arm-linux-gnueabihf";
libDir = "lib/arm-linux-gnueabihf";
} else {
libDir = "x86_64-linux-gnu";
libDir = "lib/x86_64-linux-gnu";
}
console.info(`Copying libzim.so.9 from ${libDir} to build folder`);
exec(`cp download/lib/${libDir}/libzim.so.9 build/Release/libzim.so.9`);
exec(`cp download/${libDir}/libzim.so.9 build/Release/libzim.so.9`);
exec("ln -sf build/Release/libzim.so.9 build/Release/libzim.so"); // convenience only, not required

@@ -33,0 +33,0 @@ }

@@ -5,3 +5,3 @@ {

"types": "dist/index.d.js",
"version": "4.0.0",
"version": "4.1.0",
"description": "Libzim bindings for NodeJS",

@@ -8,0 +8,0 @@ "type": "module",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet