Socket
Socket
Sign inDemoInstall

@files-stack/client-redux

Package Overview
Dependencies
Maintainers
2
Versions
146
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.0.53 to 0.0.54

2

lib/editor-actions/editor-actions.d.ts

@@ -8,3 +8,3 @@ export declare type Palette = {

};
export declare const editorActions: (dispatch: any) => {
export declare const setRootPath: (dispatch: any) => {
id: "@@files-stack/SET_ROOTPATH";

@@ -11,0 +11,0 @@ label: string;

@@ -308,3 +308,3 @@ module.exports =

const actions_1 = __webpack_require__(/*! ../actions */ "./src/actions/index.ts");
exports.editorActions = (dispatch) => {
exports.setRootPath = (dispatch) => {
return {

@@ -311,0 +311,0 @@ id: actions_1.SET_ROOTPATH,

{
"name": "@files-stack/client-redux",
"version": "0.0.53",
"version": "0.0.54",
"description": "Files Redux consists of reducers and actions",

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

"dependencies": {
"@files-stack/client-core": "^0.0.53",
"@files-stack/core": "^0.0.53"
"@files-stack/client-core": "^0.0.54",
"@files-stack/core": "^0.0.54"
},

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