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

@dxos/broadcast

Package Overview
Dependencies
Maintainers
18
Versions
735
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dxos/broadcast - npm Package Compare versions

Comparing version 1.0.0-beta.11 to 2.10.8

dist/src/broadcast.d.ts

109

package.json
{
"name": "@dxos/broadcast",
"version": "1.0.0-beta.11",
"description": "Abstract module to send broadcast messages.",
"homepage": "https://github.com/dxos/broadcast#readme",
"bugs": {
"url": "https://github.com/dxos/broadcast/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dxos/broadcast.git"
},
"license": "AGPLv3",
"files": [
"dist",
"index.js"
],
"main": "index.js",
"browser": "dist/index.js",
"scripts": {
"build": "npm run clean && npm run build:protobuf && npm run build:babel",
"build:babel": "babel ./src --out-dir ./dist --ignore \"**/*.test.js\" --source-maps",
"build:protobuf": "pbjs -t json src/schema.proto -o src/schema.json && cpy src/schema.json dist",
"clean": "del-cli dist",
"coverage": "npm test -- --coverage",
"coveralls": "npm run coverage && cat ./coverage/lcov.info | coveralls",
"lint": "semistandard 'src/**/*.js'",
"prepublishOnly": "npm run build && npm run test",
"test": "jest --verbose --passWithNoTests src",
"posttest": "npm run lint"
},
"browserslist": [
"> 5%"
],
"jest": {
"testEnvironment": "node"
},
"dependencies": {
"@dxos/codec-protobuf": "1.1.0-beta.11",
"debug": "^4.1.1",
"nanoresource-promise": "^2.0.0",
"source-map-support": "^0.5.12",
"tiny-lru": "^7.0.6"
},
"devDependencies": {
"@babel/cli": "^7.7.0",
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-export-default-from": "^7.5.2",
"@babel/preset-env": "^7.4.5",
"@dxos/benchmark-suite": "^1.0.0-beta.3",
"@dxos/network-generator": "^0.0.1",
"babel-eslint": "^10.0.2",
"babel-jest": "^24.8.0",
"babel-plugin-add-module-exports": "^1.0.2",
"babel-plugin-inline-import": "^3.0.0",
"coveralls": "^3.0.7",
"cpy-cli": "^2.0.0",
"del-cli": "^3.0.0",
"jest": "^24.5.0",
"semistandard": "^14.2.0",
"wait-for-expect": "^3.0.1"
},
"publishConfig": {
"access": "public"
},
"semistandard": {
"parser": "babel-eslint",
"env": [
"jest",
"node",
"browser"
]
}
"name": "@dxos/broadcast",
"version": "2.10.8",
"description": "Abstract module to send broadcast messages.",
"repository": {
"type": "git",
"url": "git+https://github.com/dxos/protocols.git",
"directory": "packages/mesh/broadcast"
},
"license": "AGPLv3",
"files": [
"srd",
"dist"
],
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"scripts": {
"build": "toolchain build",
"test": "toolchain test",
"lint": "toolchain lint"
},
"dependencies": {
"@dxos/codec-protobuf": "2.10.8",
"debug": "^4.1.1",
"tiny-lru": "^7.0.6",
"@dxos/async": "2.10.8"
},
"devDependencies": {
"@dxos/toolchain-node-library": "2.10.1-beta",
"@dxos/network-generator": "2.10.8",
"wait-for-expect": "^3.0.2",
"@types/jest": "^26.0.7",
"@types/node": "^14.0.9",
"@types/debug": "^4.1.1"
},
"publishConfig": {
"access": "restricted"
}
}
# Broadcast
> Abstract module to send broadcast messages.
[![Build Status](https://travis-ci.com/dxos/broadcast.svg?branch=master)](https://travis-ci.com/dxos/broadcast)
[![Coverage Status](https://coveralls.io/repos/github/dxos/broadcast/badge.svg?branch=master)](https://coveralls.io/github/dxos/broadcast?branch=master)
![npm (scoped)](https://img.shields.io/npm/v/@dxos/broadcast)
[![Greenkeeper badge](https://badges.greenkeeper.io/dxos/broadcast.svg)](https://greenkeeper.io/)
[![js-semistandard-style](https://img.shields.io/badge/code%20style-semistandard-brightgreen.svg?style=flat-square)](https://github.com/standard/semistandard)
[![standard-readme compliant](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)

@@ -54,3 +48,3 @@ Allows a node to originate a message that will be received at least once, within a

```javascript
import { Broadcast } from '@wirelineio/broadcast';
import { Broadcast } from '@dxos/broadcast';

@@ -128,8 +122,1 @@ const middleware = {

## Contributing
PRs accepted.
## License
GPL-3.0 © dxos
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