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

@fastcampus/fastbus

Package Overview
Dependencies
Maintainers
4
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fastcampus/fastbus - npm Package Compare versions

Comparing version 0.0.3 to 0.1.2

.eslintrc.js

2

example/greeting.js

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

const FastBus = require('../lib');
const FastBus = require('../dist');

@@ -3,0 +3,0 @@ const bus = FastBus.create({ prefix: 'bus', redis: { host: 'localhost', port: 6379, db: 0 } });

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

module.exports = require('./lib/index');
module.exports = require('./dist');
{
"name": "@fastcampus/fastbus",
"version": "0.0.3",
"version": "0.1.2",
"description": "fast and simple pubsub using redis",
"url": "https://github.com/fastcampusgit/fastbus",
"repository": "https://github.com/fastcampusgit/fastbus",
"main": "index.js",
"scripts": {
"lint": "eslint ./lib",
"test": "mocha --exit test/**.spec.js",
"coverage": "nyc npm test"
"prepare": "npm run build",
"lint": "eslint --ext .js --ext .ts ./src",
"test": "jest --forceExit --coverage --verbose ./src",
"build": "tsc",
"watch": "tsc -w"
},
"license": "MIT",
"devDependencies": {
"chai": "^4.2.0",
"debug": "^4.1.1",
"eslint": "^6.3.0",
"eslint-config-prettier": "^6.2.0",
"eslint-plugin-prettier": "^3.1.0",
"mocha": "^6.2.0",
"nyc": "^14.1.1",
"prettier": "^1.18.2"
"@types/jest": "^25.2.3",
"@types/node": "^14.0.5",
"@types/redis": "^2.8.21",
"@typescript-eslint/eslint-plugin": "^3.0.0",
"@typescript-eslint/parser": "^3.0.0",
"eslint": "^7.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3",
"jest": "^26.0.1",
"prettier": "^2.0.5",
"redis-mock": "^0.49.0",
"ts-jest": "^26.0.0",
"typescript": "^3.9.3"
},
"dependencies": {
"lodash": "^4.17.15",
"redis": "^2.8.0"
"redis": "^3.0.2"
}
}

@@ -37,8 +37,2 @@ # fastbus

### test with coverage
```console
$ npm run coverage
```
may the **SOURCE** be with you...
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