@fastcampus/fastbus
Advanced tools
Comparing version 0.0.3 to 0.1.2
@@ -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... |
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
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
11301
1
13
266
13
38
1
+ Addeddenque@1.5.1(transitive)
+ Addedredis@3.1.2(transitive)
+ Addedredis-errors@1.2.0(transitive)
+ Addedredis-parser@3.0.0(transitive)
- Removedlodash@^4.17.15
- Removeddouble-ended-queue@2.1.0-0(transitive)
- Removedlodash@4.17.21(transitive)
- Removedredis@2.8.0(transitive)
- Removedredis-parser@2.6.0(transitive)
Updatedredis@^3.0.2