Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
redux-devtools-upload-download-monitor
Advanced tools
A monitor for Redux DevTools to enable uploading and downloading of serialized application states.
A monitor for Redux DevTools to enable uploading and downloading of serialized application states. Pairs well with Redux Slider Slider Monitor! (Shown bottom-right.) See "Usage" below.
This is a re-implementation of Redux Import Export Monitor, with the goal being to work well with very large application states.
Modernize your quality assurance workflows! Instead of sharing long, verbose descriptions or even recorded-movies demonstrating how to reproduce a bug, just share the application state!
Like most Redux DevTools monitors, this tool works best if as much as possible of your application state is reflected by your Redux store's state.
# If using NPM:
npm install --save-dev redux-devtools-upload-download-monitor
# If using Yarn:
yarn add --dev redux-devtools-upload-download-monitor
import React from 'react';
import { createDevTools } from 'redux-devtools';
import UploadDownloadMonitor from 'redux-devtools-upload-download-monitor';
export default createDevTools(
<UploadDownloadMonitor />
);
You can also pass SliderMonitor as a child to display both side-by-side! If you're using this tool to assist in reproducing bugs on a team project, I recommend a configuration like this:
<DockMonitor
fluid={false}
defaultSize={170}
defaultPosition="bottom">
<UploadDownloadMonitor>
<SliderMonitor />
</UploadDownloadMonitor>
</DockMonitor>
npm start # Open http://localhost:8080 for a demo page utilizing the monitor from ./src
FAQs
A monitor for Redux DevTools to enable uploading and downloading of serialized application states.
We found that redux-devtools-upload-download-monitor demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.