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.4.6 to 0.4.7

2

es/formatters/formatDataAfterQuery.js

@@ -31,2 +31,4 @@ import * as R from 'ramda';

}
} else {
result = R.assoc(fieldName, data[fieldName], result);
}

@@ -33,0 +35,0 @@

5

package.json
{
"name": "@8base/utils",
"version": "0.4.6",
"version": "0.4.7",
"main": "es/index.js",

@@ -34,4 +34,3 @@ "module": "es/index.js",

"ramda": "^0.25.0"
},
"gitHead": "14333ed1e7a64f71ccca9608d237ed05788709f3"
}
}

@@ -32,2 +32,4 @@ //@flow

}
} else {
result = R.assoc(fieldName, data[fieldName], result);
}

@@ -34,0 +36,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