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

xltodb

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xltodb - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

6

index.js
// Requiring the module
const reader = require('xlsx')
// Creating class Transify
// Creating class XlToDb
const XlToDb = class {

@@ -72,6 +72,6 @@ //defining a constructor for the class

}
// Exporting the Transify class
module.exports = Transify
// Exporting the XlToDb class
module.exports = XlToDb
{
"name": "xltodb",
"version": "1.0.0",
"version": "1.0.1",
"description": "XlToDb is a node package that collects data from an excel file and adds the collected rows to the MongoDB database. The package uses the column header or the 1st row as the key elements and forms an object with each row. Quick and easy to implement.",

@@ -30,2 +30,2 @@ "main": "index.js",

"homepage": "https://github.com/lakshyakumar/xltodb#readme"
}
}
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