Socket
Socket
Sign inDemoInstall

bounded

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bounded - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

6

index.js

@@ -57,4 +57,8 @@ 'use strict';

var dispatchEvent = function dispatchEvent(event) {
event$.next(event);
};
event$.subscribe(function (e) {
processManager(e, dispatchCommand);
processManager(e, dispatchCommand, dispatchEvent);
});

@@ -61,0 +65,0 @@ }

2

package.json
{
"name": "bounded",
"version": "1.0.3",
"version": "1.0.4",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -36,4 +36,8 @@ import React from 'react'

const dispatchEvent = event => {
event$.next(event)
}
event$.subscribe(e => {
processManager(e, dispatchCommand)
processManager(e, dispatchCommand, dispatchEvent)
})

@@ -40,0 +44,0 @@ }

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