Socket
Socket
Sign inDemoInstall

@calipsa/camera-reports-to-csv

Package Overview
Dependencies
5
Maintainers
3
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @calipsa/camera-reports-to-csv

Convert camera reports to CSV


Version published
Weekly downloads
55
decreased by-21.43%
Maintainers
3
Install size
4.10 MB
Created
Weekly downloads
 

Readme

Source

@calipsa/camera-reports-to-csv

NPM version Downloads Dependency status Dev Dependency status

Installation

# using npm:
npm install --save @calipsa/camera-reports-to-csv

# or if you like yarn:
yarn add @calipsa/camera-reports-to-csv

Usage

import cameraReportsToCsv from '@calipsa/camera-reports-to-csv'

const reports = [
  {
    //
  },
  // ...
]

const csv = cameraReportsToCsv(reports)
console.log(csv)

Keywords

FAQs

Last updated on 19 Aug 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc