Socket
Socket
Sign inDemoInstall

@adminide-stack/client-redux

Package Overview
Dependencies
Maintainers
1
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adminide-stack/client-redux - npm Package Compare versions

Comparing version 0.0.15-61 to 0.0.15-62

8

lib/index.js

@@ -226,5 +226,5 @@ module.exports =

const action_types_1 = __webpack_require__(/*! ../action-types */ "./src/action-types.ts");
function createBox(state = "", action) {
function createBox(state = '', action) {
switch (action.type) {
case "BOX_CREATE":
case 'BOX_CREATE':
return true;

@@ -246,4 +246,4 @@ default:

exports.reducers = {
"@adminide-stack/createBox": createBox,
"@adminide-stack/sidebar": toggleSidebar,
'@adminide-stack/createBox': createBox,
'@adminide-stack/sidebar': toggleSidebar,
};

@@ -250,0 +250,0 @@

@@ -1,7 +0,7 @@

import { Action } from "../actions";
import { Action } from '../actions';
export declare function createBox(state: string, action: Action): string | true;
export declare function toggleSidebar(state: Boolean, action: any): any;
export declare const reducers: {
"@adminide-stack/createBox": typeof createBox;
"@adminide-stack/sidebar": typeof toggleSidebar;
'@adminide-stack/createBox': typeof createBox;
'@adminide-stack/sidebar': typeof toggleSidebar;
};
{
"name": "@adminide-stack/client-redux",
"version": "0.0.15-61",
"version": "0.0.15-62",
"description": "GraphQL for sample",

@@ -56,4 +56,4 @@ "main": "lib/index.js",

"dependencies": {
"@adminide-stack/client-core": "^0.0.15-61",
"@adminide-stack/core": "^0.0.15-61"
"@adminide-stack/client-core": "^0.0.15-62",
"@adminide-stack/core": "^0.0.15-62"
},

@@ -60,0 +60,0 @@ "peerDependencies": {

Sorry, the diff of this file is not supported yet

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