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

firestore-adapter

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

firestore-adapter - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

2

package.json
{
"name": "firestore-adapter",
"version": "1.0.5",
"version": "1.0.6",
"description": "Adapter to convert typed Firestore data into a standard format.",

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

@@ -43,1 +43,12 @@ # Firestore Adapter

Import and pass the raw data to the function.
```js
const { convert } = require('firestore-adapter')
const rawData = [{ city: { stringValue: 'WASHINGTON' } }]
const result = convert(rawData)
console.log(result) // => [{ city: 'WASHINGTON' }]
```
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