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

@empathyco/x-bus

Package Overview
Dependencies
Maintainers
5
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@empathyco/x-bus - npm Package Compare versions

Comparing version 0.1.0-alpha.4 to 0.1.0-alpha.5

dist/cjs/x-bus.js

5

dist/cjs/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.xBus = void 0;
exports.xBus = 'x-bus';
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./x-bus"), exports);
tslib_1.__exportStar(require("./x-bus.types"), exports);
//# sourceMappingURL=index.js.map

3

dist/esm/index.js

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

export const xBus = 'x-bus';
export * from './x-bus';
export * from './x-bus.types';
//# sourceMappingURL=index.js.map

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

export declare const xBus = "x-bus";
export * from './x-bus';
export * from './x-bus.types';
{
"name": "@empathyco/x-bus",
"version": "0.1.0-alpha.4",
"version": "0.1.0-alpha.5",
"description": "Event bus to help with events orchestration",

@@ -39,2 +39,7 @@ "author": "Empathy Systems Corporation S.L.",

},
"dependencies": {
"@empathyco/x-priority-queue": "^0.1.0-alpha.10",
"@empathyco/x-utils": "^1.0.0-alpha.15",
"tslib": "~2.4.1"
},
"devDependencies": {

@@ -45,11 +50,8 @@ "concurrently": "~7.6.0",

"ts-jest": "~27.0.7",
"typescript": "~4.6.2"
"typescript": "~4.9.4"
},
"dependencies": {
"tslib": "~2.4.1"
},
"publishConfig": {
"access": "public"
},
"gitHead": "15b244f7912ba181a563b94307a88998a130ebb9"
"gitHead": "6fccb9c182fa3bad626901b551006a39a7f47d98"
}

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