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

bare-buffer

Package Overview
Dependencies
Maintainers
2
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.0.0 to 2.0.1

prebuilds/darwin-arm64/bare-buffer.bare

13

CMakeLists.txt

@@ -27,15 +27,8 @@ cmake_minimum_required(VERSION 3.25)

target_include_directories(
bare_buffer
PRIVATE
$<TARGET_PROPERTY:utf,INTERFACE_INCLUDE_DIRECTORIES>
$<TARGET_PROPERTY:base64,INTERFACE_INCLUDE_DIRECTORIES>
$<TARGET_PROPERTY:hex,INTERFACE_INCLUDE_DIRECTORIES>
)
target_link_libraries(
bare_buffer
PUBLIC
base64_static
hex_static
utf
base64
hex
)
{
"name": "bare-buffer",
"version": "2.0.0",
"version": "2.0.1",
"description": "Native buffers for JavaScript",

@@ -20,2 +20,5 @@ "main": "index.js",

],
"addon": {
"target": "bare_buffer"
},
"scripts": {

@@ -26,3 +29,3 @@ "test": "standard && bare test/all.js"

"type": "git",
"url": "https://github.com/holepunchto/bare-buffer.git"
"url": "git+https://github.com/holepunchto/bare-buffer.git"
},

@@ -29,0 +32,0 @@ "author": "Holepunch",

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