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

@8base/utils

Package Overview
Dependencies
Maintainers
2
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 0.17.0 to 0.17.1

8

dist/formatters/formatDataAfterQuery.js

@@ -55,10 +55,2 @@ "use strict";

if ((0, _verifiers.isJSONField)(fieldSchema)) {
if ((0, _verifiers.isListField)(fieldSchema)) {
result[fieldName] = R.map(JSON.stringify, result[fieldName]);
} else {
result[fieldName] = JSON.stringify(result[fieldName]);
}
}
return result;

@@ -65,0 +57,0 @@ }, {}, R.keys(data));

2

package.json
{
"name": "@8base/utils",
"version": "0.17.0",
"version": "0.17.1",
"main": "dist/index.js",

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

@@ -10,3 +10,2 @@ //@flow

isMetaField,
isJSONField,
} from '../verifiers';

@@ -52,10 +51,2 @@

if (isJSONField(fieldSchema)) {
if (isListField(fieldSchema)) {
result[fieldName] = R.map(JSON.stringify, result[fieldName]);
} else {
result[fieldName] = JSON.stringify(result[fieldName]);
}
}
return result;

@@ -62,0 +53,0 @@ }, {}, R.keys(data));

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