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

cubekit-castle

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

cubekit-castle - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

22

lib/Packages/Data/MutationBase.js

@@ -56,2 +56,10 @@ 'use strict';

}
}, function (error) {
var errorAction = _this.errorAction(error, params);
if (errorAction) {
return dispatch(errorAction);
}
throw error;
});

@@ -113,2 +121,16 @@ };

}
/**
* If you want to dispatch some action when your
* mutation is failed - just implement this method
* and return the action from it.
*
* @memberOf Packages.Data.MutationBase
* @protected
*/
}, {
key: 'errorAction',
value: function errorAction(params) {
return null;
}
}]);

@@ -115,0 +137,0 @@

2

package.json
{
"name": "cubekit-castle",
"version": "0.0.7",
"version": "0.0.8",
"description": "",

@@ -5,0 +5,0 @@ "main": "lib/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