Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bare-buffer

Package Overview
Dependencies
Maintainers
0
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bare-buffer - npm Package Compare versions

Comparing version 2.5.10 to 2.5.11

15

CMakeLists.txt
cmake_minimum_required(VERSION 3.25)
find_package(cmake-bare REQUIRED PATHS node_modules/cmake-bare)
find_package(cmake-fetch REQUIRED PATHS node_modules/cmake-fetch)
project(bare_buffer C)
if(NOT TARGET utf)
add_subdirectory(vendor/libutf EXCLUDE_FROM_ALL)
endif()
fetch_package("github:holepunchto/libutf#65b6ba0")
fetch_package("github:holepunchto/libbase64#4cd8d8b")
fetch_package("github:holepunchto/libhex#939999b")
if(NOT TARGET base64)
add_subdirectory(vendor/libbase64 EXCLUDE_FROM_ALL)
endif()
if(NOT TARGET hex)
add_subdirectory(vendor/libhex EXCLUDE_FROM_ALL)
endif()
add_bare_module(bare_buffer)

@@ -20,0 +13,0 @@

{
"name": "bare-buffer",
"version": "2.5.10",
"version": "2.5.11",
"description": "Native buffers for JavaScript",

@@ -16,9 +16,3 @@ "exports": {

"lib",
"prebuilds",
"vendor/libbase64/include",
"vendor/libbase64/src",
"vendor/libhex/include",
"vendor/libhex/src",
"vendor/libutf/include",
"vendor/libutf/src"
"prebuilds"
],

@@ -42,4 +36,5 @@ "addon": true,

"cmake-bare": "^1.1.6",
"cmake-fetch": "^1.0.0",
"standard": "^17.0.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 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

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