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

@8base/utils

Package Overview
Dependencies
Maintainers
7
Versions
235
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@8base/utils - npm Package Compare versions

Comparing version 1.5.0 to 1.6.1

7

dist/formatters/formatDataForMutation.js

@@ -97,5 +97,6 @@ "use strict";

}
if (Array.isArray(formatedFieldData) && R.equals(formatedFieldData, initialFieldData)) {
return result;
}
// TODO: need to discuss with core team how to handle case when filed `isList` and have `Default Value`
// if (Array.isArray(formatedFieldData) && R.equals(formatedFieldData, initialFieldData)) {
// return result;
// }
return Object.assign({}, result, { [fieldName]: formatedFieldData });

@@ -102,0 +103,0 @@ }, {}, dataKeys);

{
"name": "@8base/utils",
"version": "1.5.0",
"version": "1.6.1",
"repository": "https://github.com/8base/sdk",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/8base/sdk/tree/master/packages/utils#readme",

@@ -141,5 +141,6 @@ import * as R from 'ramda';

if (Array.isArray(formatedFieldData) && R.equals(formatedFieldData, initialFieldData)) {
return result;
}
// TODO: need to discuss with core team how to handle case when filed `isList` and have `Default Value`
// if (Array.isArray(formatedFieldData) && R.equals(formatedFieldData, initialFieldData)) {
// return result;
// }

@@ -146,0 +147,0 @@ return {

Sorry, the diff of this file is not supported yet

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