Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

bare-tiff

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bare-tiff - npm Package Compare versions

Comparing version
1.0.0
to
1.0.1
prebuilds/android-arm/bare-tiff.bare

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

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

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

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

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

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

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

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

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

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

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

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

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

+25
-0

@@ -6,4 +6,29 @@ cmake_minimum_required(VERSION 3.31)

set(CMAKE_POSITION_INDEPENDENT_CODE ON)
set(CMAKE_MACOSX_BUNDLE OFF)
project(bare_tiff C)
fetch_package(
"github:madler/zlib@1.3.1"
SOURCE_DIR zlib_SOURCE_DIR
BINARY_DIR zlib_BINARY_DIR
)
set(ZLIB_INCLUDE_DIR ${zlib_SOURCE_DIR} ${zlib_BINARY_DIR})
set(ZLIB_LIBRARY $<TARGET_FILE:zlibstatic>)
add_library(ZLIB::ZLIB ALIAS zlibstatic)
set(zlib ON CACHE BOOL "Enable zlib" FORCE)
set(libdeflate OFF CACHE BOOL "Enable libdeflate" FORCE)
set(jbig OFF CACHE BOOL "Enable jbig" FORCE)
set(jpeg OFF CACHE BOOL "Enable jpeg" FORCE)
set(old-jpeg OFF CACHE BOOL "Enable old-jpeg" FORCE)
set(jpeg12 OFF CACHE BOOL "Enable jpeg12" FORCE)
set(lerc OFF CACHE BOOL "Enable lerc" FORCE)
set(lzma OFF CACHE BOOL "Enable lzma" FORCE)
set(webp OFF CACHE BOOL "Enable webp" FORCE)
set(zstd OFF CACHE BOOL "Enable zstd" FORCE)
fetch_package("gitlab:libtiff/libtiff@4.7.0")

@@ -10,0 +35,0 @@

+1
-1
{
"name": "bare-tiff",
"version": "1.0.0",
"version": "1.0.1",
"description": "TIFF support for Bare",

@@ -5,0 +5,0 @@ "exports": {