New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

json2csvexporter

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json2csvexporter - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

2

package.json
{
"name": "json2csvexporter",
"version": "0.1.0",
"version": "0.2.0",
"author": "Filip Danic <filip@spicefactory.com> (danicfilip.com)",

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

@@ -24,3 +24,3 @@ # json2csvexporter

```javascript
import CSVExportService from 'utils/csv-exporter/CSVExportService';
import CSVExportService from 'json2csvexporter';
...

@@ -50,3 +50,3 @@ const vehiclesJSON = [

```javascript
import CSVExportService from 'utils/csv-exporter/CSVExportService';
import CSVExportService from 'json2csvexporter';
...

@@ -86,3 +86,3 @@ const csvColumnsList = ['id', 'make', 'model', 'year'];

```javascript
import CSVExportService from 'utils/csv-exporter/CSVExportService';
import CSVExportService from 'json2csvexporter';
...

@@ -89,0 +89,0 @@ // using the same vehiclesJSON as before...

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