Comparing version 1.0.0 to 1.0.1
// 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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4532