@dxos/broadcast
Advanced tools
Comparing version 1.0.0-beta.11 to 2.10.8
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 |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
126526
4
6
23
414
2
121
2
+ Added@dxos/async@2.10.8
+ Added@dxos/async@2.10.8(transitive)
+ Added@dxos/codec-protobuf@2.10.8(transitive)
+ Added@dxos/debug@2.10.8(transitive)
+ Added@types/debug@4.1.12(transitive)
+ Added@types/end-of-stream@1.4.4(transitive)
+ Added@types/lodash@4.17.13(transitive)
+ Added@types/ms@0.7.34(transitive)
+ Added@types/node@14.18.63(transitive)
+ Added@types/stream-buffers@3.0.7(transitive)
+ Added@types/through2@2.0.41(transitive)
- Removednanoresource-promise@^2.0.0
- Removedsource-map-support@^0.5.12
- Removed@dxos/codec-protobuf@1.1.0-beta.11(transitive)
- Removed@types/node@22.10.2(transitive)
- Removedbase64-js@1.5.1(transitive)
- Removedbuffer@5.7.1(transitive)
- Removedbuffer-from@1.1.2(transitive)
- Removedieee754@1.2.1(transitive)
- Removednanoresource-promise@2.0.0(transitive)
- Removedsource-map@0.6.1(transitive)
- Removedsource-map-support@0.5.21(transitive)
- Removedundici-types@6.20.0(transitive)
Updated@dxos/codec-protobuf@2.10.8