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

onix-app

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

onix-app - npm Package Compare versions

Comparing version 1.5.19 to 1.5.20

3

dist/net/IStream.d.ts

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

import { Subscription, BehaviorSubject } from "rxjs";
import { Subscription } from "rxjs/Subscription";
import { BehaviorSubject } from "rxjs/BehaviorSubject";
import { IStreamMessage } from "./IStreamMessage";

@@ -3,0 +4,0 @@ import { ConnectionStatus } from "./ConnectionStatus";

{
"name": "onix-app",
"version": "1.5.19",
"version": "1.5.20",
"description": "Onix abstract application",

@@ -32,2 +32,3 @@ "main": "dist/index.js",

"rxjs": "^6.2.1",
"rxjs-compat": "^6.2.1",
"warning": "^4.0.0"

@@ -34,0 +35,0 @@ },

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

import { Subscription, BehaviorSubject } from "rxjs";
//import { Subscription, BehaviorSubject } from "rxjs";
import { Subscription } from "rxjs/Subscription";
import { BehaviorSubject } from "rxjs/BehaviorSubject";
import { IStreamMessage } from "./IStreamMessage";

@@ -3,0 +5,0 @@ import { ConnectionStatus } from "./ConnectionStatus";

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