Socket
Socket
Sign inDemoInstall

@files-stack/client-redux

Package Overview
Dependencies
Maintainers
1
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.10 to 0.0.11

6

lib/index.js

@@ -262,6 +262,8 @@ module.exports =

opening.push(Object.assign({}, action.content, {
newValue: action.content ? action.content.value : '',
newValue: !state.deleted && action.content ? action.content.value : '',
oldValue: state.oldValue,
name: state.selectedName,
resource: action.content.resource,
value: state.deleted ? '' : action.content.value,
deleted: state.deleted,
}));

@@ -271,3 +273,3 @@ }

opening[index] = Object.assign({}, opening[index], {
value: action.content.value,
value: opening[index].deleted ? '' : action.content.value,
});

@@ -274,0 +276,0 @@ }

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

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

"dependencies": {
"@files-stack/client-core": "^0.0.10",
"@files-stack/core": "^0.0.10"
"@files-stack/client-core": "^0.0.11",
"@files-stack/core": "^0.0.11"
},

@@ -57,0 +57,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