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

react-cmf

Package Overview
Dependencies
Maintainers
4
Versions
116
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-cmf - npm Package Compare versions

Comparing version 0.60.7 to 0.61.0

2

lib/action.js

@@ -92,3 +92,3 @@ 'use strict';

}
return Object.assign({}, action, { event: event, data: data, context: context });
return Object.assign({}, action.payload, { event: event, data: data, context: context });
}

@@ -95,0 +95,0 @@

@@ -90,3 +90,3 @@ {

},
"version": "0.60.7"
"version": "0.61.0"
}

@@ -83,3 +83,3 @@ import get from 'lodash/get';

}
return Object.assign({}, action, { event, data, context });
return Object.assign({}, action.payload, { event, data, context });
}

@@ -86,0 +86,0 @@

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