Socket
Socket
Sign inDemoInstall

bare-channel

Package Overview
Dependencies
2
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.1 to 3.0.2

4

CMakeLists.txt

@@ -10,3 +10,3 @@ cmake_minimum_required(VERSION 3.25)

target_sources(
bare_channel
${bare_channel}
PRIVATE

@@ -18,3 +18,3 @@ binding.c

target_compile_options(
bare_channel
${bare_channel}
PRIVATE

@@ -21,0 +21,0 @@ /experimental:c11atomics

{
"name": "bare-channel",
"version": "3.0.1",
"version": "3.0.2",
"description": "Inter-thread messaging for JavaScript",

@@ -13,5 +13,3 @@ "main": "index.js",

],
"addon": {
"target": "bare_channel"
},
"addon": true,
"scripts": {

@@ -18,0 +16,0 @@ "test": "standard && bare test.js"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc