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

yamilquery-excel

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yamilquery-excel - npm Package Compare versions

Comparing version 1.0.9 to 1.1.0

2

package.json
{
"name": "yamilquery-excel",
"version": "1.0.9",
"version": "1.1.0",
"description": "Lector de archivos o directorios con contenido en formato Excel y CSV. Almacena el contenido obtenido un objeto JSON.",

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

@@ -11,3 +11,3 @@ # YamilQuery-Excel

### Versión
1.0.9
1.1.0

@@ -32,3 +32,3 @@ ### Requerimientos

```sh
Excel = include('yamilquery-excel')
Excel = require('yamilquery-excel')
var test_excel = new Excel()

@@ -42,3 +42,4 @@ test_excel.readDirectory('test/xlsx').then(function(data){

```sh
Excel = include('yamilquery-excel')
co = require('co')
Excel = require('yamilquery-excel')
co(function*(){

@@ -45,0 +46,0 @@ var test_excel = new Excel()

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