New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

duh-bus

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

duh-bus - npm Package Compare versions

Comparing version 0.2.3 to 0.3.0

bin/indexer.js

6

package.json
{
"name": "duh-bus",
"version": "0.2.3",
"version": "0.3.0",
"description": "Bus definition DUH documents",

@@ -10,3 +10,4 @@ "main": "index.js",

"scripts": {
"test": "eslint index.js && nyc -r=text -r=lcov mocha"
"test": "eslint bin && nyc -r=text -r=lcov mocha",
"prepublish": "node bin/indexer.js"
},

@@ -33,2 +34,3 @@ "repository": {

"eslint": "^5.14.1",
"fs-extra": "^8.0.1",
"mocha": "^6.1.4",

@@ -35,0 +37,0 @@ "nyc": "^14.0.0"

@@ -5,1 +5,21 @@ [![NPM version](https://img.shields.io/npm/v/duh-bus.svg)](https://www.npmjs.org/package/duh-bus)

Collection of Bus definitions in DUH format
## Install
```sh
npm i duh-bus
```
## Use
```js
const duhBus = require('duh-bus');
```
## Test
```sh
npm test
```
## License
Apache 2.0 [LICENSE](LICENSE).

Sorry, the diff of this file is too big to display

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