New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

standard-redux-shape

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

standard-redux-shape - npm Package Compare versions

Comparing version 0.5.1 to 0.5.2

2

package.json
{
"name": "standard-redux-shape",
"version": "0.5.1",
"version": "0.5.2",
"description": "A library to help standardize your redux state shape",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -208,3 +208,3 @@ /**

if (availableData) {
return availableData;
return Promise.resolve(availableData);
}

@@ -211,0 +211,0 @@

Sorry, the diff of this file is too big to display

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