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

@zum/flash-client

Package Overview
Dependencies
Maintainers
0
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zum/flash-client - npm Package Compare versions

Comparing version 0.0.30 to 0.0.31

2

dist/sdk/api/routeIssue.js

@@ -25,3 +25,3 @@ "use strict";

const routeIssuesObservableArray = entityIds.map((entityId) => {
return routeIssuesObservableSubject.pipe((0, operators_1.filter)((event) => event.entityId === entityId), (0, operators_1.switchMap)((event) => {
return routeIssuesObservableSubject.pipe((0, operators_1.filter)((event) => event.entityId === entityId), (0, operators_1.mergeMap)((event) => {
if ((0, utils_1.isNull)(event.data)) {

@@ -28,0 +28,0 @@ const { districtId, batchId } = (0, exports.decodeRouteIssueEntityId)(event.entityId);

import { merge, Observable, Subject } from 'rxjs';
import { filter, map, switchMap } from 'rxjs/operators';
import { filter, map, mergeMap } from 'rxjs/operators';
import { UnreachableCaseError } from 'ts-essentials';

@@ -39,3 +39,3 @@ import { FlashEvent } from '../../connect/types';

filter((event) => event.entityId === entityId),
switchMap((event: FlashEvent) => {
mergeMap((event: FlashEvent) => {
if (isNull(event.data)) {

@@ -42,0 +42,0 @@ const { districtId, batchId } = decodeRouteIssueEntityId(event.entityId);

{
"name": "@zum/flash-client",
"version": "0.0.30",
"version": "0.0.31",
"description": "Client for connecting to Zum Flash server",

@@ -5,0 +5,0 @@ "license": "UNLICENSED",

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