bare-buffer
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
267330
39
5