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

@nextcloud/event-bus

Package Overview
Dependencies
Maintainers
11
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nextcloud/event-bus - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

8

dist/index.esm.js

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

import valid from 'semver/functions/valid';
import major from 'semver/functions/major';
import valid from 'semver/functions/valid.js';
import major from 'semver/functions/major.js';

@@ -16,3 +16,3 @@ class ProxyBus {

getVersion() {
return "3.0.0";
return "3.0.1";
}

@@ -33,3 +33,3 @@ subscribe(name, handler) {

getVersion() {
return "3.0.0";
return "3.0.1";
}

@@ -36,0 +36,0 @@ subscribe(name, handler) {

@@ -5,4 +5,4 @@ 'use strict';

var valid = require('semver/functions/valid');
var major = require('semver/functions/major');
var valid = require('semver/functions/valid.js');
var major = require('semver/functions/major.js');

@@ -25,3 +25,3 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }

ProxyBus.prototype.getVersion = function () {
return "3.0.0";
return "3.0.1";
};

@@ -45,3 +45,3 @@ ProxyBus.prototype.subscribe = function (name, handler) {

SimpleBus.prototype.getVersion = function () {
return "3.0.0";
return "3.0.1";
};

@@ -48,0 +48,0 @@ SimpleBus.prototype.subscribe = function (name, handler) {

{
"name": "@nextcloud/event-bus",
"version": "3.0.0",
"version": "3.0.1",
"description": "A simple event bus to communicate between Nextcloud components.",
"type": "module",
"main": "dist/index.js",

@@ -38,7 +39,7 @@ "module": "dist/index.esm.js",

"@rollup/plugin-replace": "^4.0.0",
"@rollup/plugin-typescript": "^8.3.4",
"@types/semver": "^7.3.10",
"@rollup/plugin-typescript": "^8.4.0",
"@types/semver": "^7.3.12",
"jest": "^28.1.3",
"jest-environment-jsdom": "^28.1.3",
"rollup": "^2.77.2",
"rollup": "^2.78.1",
"tslib": "^2.4.0",

@@ -45,0 +46,0 @@ "typedoc": "^0.23.10",

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