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

data2model

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

data2model - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

2

package.json
{
"name": "data2model",
"version": "0.0.8",
"version": "0.0.9",
"description": "",

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

@@ -5,3 +5,3 @@ # data2model

This packages aims on providing a high performance, fast and convenient way to save data obtained via XML or CSV files.
It uses `LOAD DATA LOCAL INFILE` for CSV files and parses XML data according to your models. Everything is created for you.
It uses `LOAD DATA LOCAL INFILE` for CSV files and parses XML (using [sax-js](https://github.com/isaacs/sax-js))data according to your models. Everything is created for you.

@@ -8,0 +8,0 @@ You can create models with the model creator. The model creator requires redis for convenience,

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