Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

redbone

Package Overview
Dependencies
Maintainers
2
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redbone - npm Package Compare versions

Comparing version 2.3.1 to 2.4.0

10

lib/classes/Socket.js

@@ -57,4 +57,10 @@ const isString = require('lodash/isString');

*/
dispatch(action) {
Socket.dispatch(this.nativeSocket, action);
dispatch(name, type, payload, merge) {
if (typeof name === 'object' && name !== null) {
Socket.dispatch(this.nativeSocket, name);
return this;
}
Socket.dispatch(
this.nativeSocket, this.redbone.makeAction(name, type, payload, merge)
);
return this;

@@ -61,0 +67,0 @@ }

2

package.json
{
"name": "redbone",
"version": "2.3.1",
"version": "2.4.0",
"description": "Polymorphic library for two way redux dispatching",

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

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