New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.6.24 to 1.6.25

20

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

@@ -29,15 +29,15 @@ "main": "dist/index.js",

"dependencies": {
"onix-core": "^1.6.42",
"redux": "^4.0.4",
"rxjs": "^6.5.3",
"onix-core": "^1.6.43",
"redux": "^4.0.5",
"rxjs": "^6.5.4",
"warning": "^4.0.3"
},
"devDependencies": {
"@types/node": "^7.10.7",
"clean-webpack-plugin": "^0.1.19",
"ts-loader": "^4.5.0",
"typescript": "^2.9.2",
"webpack": "^4.39.3",
"webpack-cli": "^3.3.7"
"@types/node": "^7.10.9",
"clean-webpack-plugin": "^3.0.0",
"ts-loader": "^6.2.1",
"typescript": "^3.7.2",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11"
}
}
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 {

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