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.3.16 to 1.4.18

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.3.16",
"version": "1.4.18",
"description": "Onix abstract application",

@@ -9,2 +9,4 @@ "main": "dist/index.js",

"build": "tsc",
"webpack": "webpack --config webpack.config.js",
"stats": "webpack --profile --json > stats.json",
"test": "echo \"Error: no test specified\" && exit 1"

@@ -34,4 +36,8 @@ },

"@types/node": "^7.0.66",
"typescript": "^2.9.2"
"clean-webpack-plugin": "^0.1.19",
"ts-loader": "^4.4.2",
"typescript": "^2.9.2",
"webpack": "^4.14.0",
"webpack-cli": "^3.0.8"
}
}

@@ -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';

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