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

@qvibi-toolbox/qapp

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@qvibi-toolbox/qapp - npm Package Compare versions

Comparing version 0.1.12 to 0.1.13

4

lib/module.d.ts

@@ -1,5 +0,5 @@

import { IQvibiModule } from '@qvibi-toolbox/core';
import { IQAppReducer } from './reducer';
import { IQAppModuleSaga } from './saga';
export interface IQAppModule<TModuleDef extends AnyQAppModuleDef> extends IQvibiModule<ExtractQAppModuleName<TModuleDef>> {
export interface IQAppModule<TModuleDef extends AnyQAppModuleDef> {
moduleName: ExtractQAppModuleName<TModuleDef>;
reducer: IQAppReducer<TModuleDef> | null;

@@ -6,0 +6,0 @@ saga: IQAppModuleSaga<TModuleDef> | null;

{
"name": "@qvibi-toolbox/qapp",
"version": "0.1.12",
"version": "0.1.13",
"main": "./qapp-qapp-core.umd.js",

@@ -10,3 +10,2 @@ "module": "./qapp-qapp-core.esm.js",

"redux": "4.0.5",
"@qvibi-toolbox/core": "0.1.12",
"react-router": "5.2.0",

@@ -13,0 +12,0 @@ "reselect": "4.0.0"

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