Socket
Socket
Sign inDemoInstall

bare-channel

Package Overview
Dependencies
6
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 2.0.0

2

binding.js

@@ -1,1 +0,1 @@

module.exports = process.addon(__dirname)
module.exports = require.addon()
{
"name": "bare-channel",
"version": "1.0.0",
"version": "2.0.0",
"description": "Asynchronous inter-thread messaging for JavaScript",

@@ -13,6 +13,7 @@ "main": "index.js",

],
"imports": {
"events": "bare-events"
},
"scripts": {
"test": "standard && bare test.js",
"install": "bare-dev vendor sync && bare-dev rebuild",
"prebuild": "bare-dev prebuild"
"test": "standard && bare test.js"
},

@@ -30,2 +31,3 @@ "repository": {

"dependencies": {
"bare-events": "^2.0.0",
"streamx": "^2.14.0"

@@ -32,0 +34,0 @@ },

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