New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.1.3 to 0.1.4

1

dist/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FastBus = void 0;
var fast_bus_1 = require("./fast-bus");
Object.defineProperty(exports, "FastBus", { enumerable: true, get: function () { return fast_bus_1.FastBus; } });
//# sourceMappingURL=index.js.map

24

package.json
{
"name": "@fastcampus/fastbus",
"version": "0.1.3",
"version": "0.1.4",
"description": "fast and simple pubsub using redis",

@@ -13,21 +13,21 @@ "url": "https://github.com/fastcampusgit/fastbus",

"prepublishOnly": "npm run build",
"lint": "eslint --ext .js --ext .ts ./src",
"pretest": "eslint --ext .js --ext .ts ./src",
"test": "jest --forceExit --coverage --verbose ./src",
"build": "tsc",
"watch": "tsc -w"
"start": "tsc -w"
},
"devDependencies": {
"@types/jest": "^26.0.4",
"@types/node": "^14.0.23",
"@types/jest": "^26.0.10",
"@types/node": "^14.6.0",
"@types/redis": "^2.8.25",
"@typescript-eslint/eslint-plugin": "^3.6.1",
"@typescript-eslint/parser": "^3.6.1",
"eslint": "^7.4.0",
"@typescript-eslint/eslint-plugin": "^3.9.1",
"@typescript-eslint/parser": "^3.9.1",
"eslint": "^7.7.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"jest": "^26.1.0",
"jest": "^26.4.1",
"prettier": "^2.0.5",
"redis-mock": "^0.49.0",
"ts-jest": "^26.1.2",
"typescript": "^3.9.6"
"redis-mock": "^0.51.0",
"ts-jest": "^26.2.0",
"typescript": "^4.0.2"
},

@@ -34,0 +34,0 @@ "dependencies": {

@@ -27,14 +27,21 @@ # fastbus

### lint
### test
```console
$ npm run lint
$ npm test
```
### test
### build
```console
$ npm run test
$ npm run build
```
### watch(continuous build)
```console
$ npm start
```
---
may the **SOURCE** be with you...
import redis from 'redis-mock';
import FastBus from './fast-bus';
import { FastBus } from './fast-bus';

@@ -4,0 +4,0 @@ describe('FastBus', () => {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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