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.0.10 to 1.0.11

8

package.json
{
"name": "onix-app",
"version": "1.0.10",
"version": "1.0.11",
"description": "Onix abstract application",

@@ -28,3 +28,3 @@ "main": "built/index.js",

"dependencies": {
"onix-core": "^1.2.28",
"onix-core": "^1.2.29",
"redux": "^3.7.2",

@@ -35,8 +35,8 @@ "rxjs": "^5.4.3",

"devDependencies": {
"@types/node": "^7.0.42",
"@types/node": "^7.0.43",
"awesome-typescript-loader": "^3.2.3",
"source-map-loader": "^0.2.1",
"typescript": "^2.5.0",
"typescript": "^2.5.3",
"webpack": "^2.7.0"
}
}
export interface IModule {
init(): void;
}

@@ -0,0 +0,0 @@ import { Reducer } from 'redux';

@@ -0,0 +0,0 @@ export enum ConnectionStatus {

@@ -0,0 +0,0 @@ import { Subscription, BehaviorSubject } from 'rxjs';

@@ -0,0 +0,0 @@ import { MessageType } from './MessageType';

@@ -0,0 +0,0 @@ export enum MessageType {

Sorry, the diff of this file is too big to display

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