New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@slickgrid-universal/event-pub-sub

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@slickgrid-universal/event-pub-sub - npm Package Compare versions

Comparing version 5.0.0-beta.2 to 5.0.0-beta.3

6

package.json
{
"name": "@slickgrid-universal/event-pub-sub",
"version": "5.0.0-beta.2",
"version": "5.0.0-beta.3",
"description": "Simple Vanilla Implementation of an Event PubSub Service to do simply publish/subscribe inter-communication while optionally providing data in the event",

@@ -41,5 +41,5 @@ "main": "./dist/cjs/index.js",

"dependencies": {
"@slickgrid-universal/utils": "~5.0.0-beta.2"
"@slickgrid-universal/utils": "~5.0.0-beta.3"
},
"gitHead": "821e9e33886faa626166edc9857912e788a933ad"
"gitHead": "26cd69e67f2ed8cba9cc0d8c426ac5d201b20dea"
}

@@ -6,2 +6,3 @@ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

[![npm](https://img.shields.io/npm/dy/@slickgrid-universal/event-pub-sub)](https://www.npmjs.com/package/@slickgrid-universal/event-pub-sub)
[![npm bundle size](https://img.shields.io/bundlephobia/minzip/@slickgrid-universal/event-pub-sub?color=success&label=gzip)](https://bundlephobia.com/result?p=@slickgrid-universal/event-pub-sub)

@@ -8,0 +9,0 @@ [![Actions Status](https://github.com/ghiscoding/slickgrid-universal/workflows/CI%20Build/badge.svg)](https://github.com/ghiscoding/slickgrid-universal/actions)

@@ -0,0 +0,0 @@ import { titleCase, toKebabCase } from '@slickgrid-universal/utils';

@@ -0,0 +0,0 @@ import type { EventSubscription } from './eventSubscription.interface';

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