Socket
Socket
Sign inDemoInstall

node-xlsx

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-xlsx - npm Package Compare versions

Comparing version 0.21.2 to 0.22.0

6

lib/index.d.ts

@@ -11,3 +11,3 @@ /// <reference types="node" />

}[];
export declare type WorkSheetOptions = {
export type WorkSheetOptions = {
/** Column Info */

@@ -24,3 +24,3 @@ '!cols'?: ColInfo[];

};
export declare type WorkSheet<T = unknown> = {
export type WorkSheet<T = unknown> = {
name: string;

@@ -30,3 +30,3 @@ data: T[][];

};
export declare type BuildOptions = WorkSheetOptions & {
export type BuildOptions = WorkSheetOptions & {
parseOptions?: AOA2SheetOpts;

@@ -33,0 +33,0 @@ writeOptions?: WritingOptions;

{
"name": "node-xlsx",
"author": "Olivier Louvignes <olivier@mg-crea.com>",
"version": "0.21.2",
"version": "0.22.0",
"description": "NodeJS Excel files parser & builder",

@@ -24,20 +24,21 @@ "main": "lib/index.js",

"dependencies": {
"xlsx": "^0.17.4"
"xlsx": "^0.18.5"
},
"devDependencies": {
"@tsconfig/node10": "^1.0.8",
"@types/jest": "^27.4.0",
"@jest/globals": "^29.5.0",
"@tsconfig/node10": "^1.0.9",
"@types/jest": "^29.5.1",
"@types/sodium-native": "^2.3.5",
"@typescript-eslint/eslint-plugin": "^5.9.0",
"@typescript-eslint/parser": "^5.9.0",
"eslint": "^8.6.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^25.3.4",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^27.4.5",
"prettier": "^2.5.1",
"rimraf": "^3.0.2",
"ts-jest": "^27.1.2",
"ts-node": "^10.4.0",
"typescript": "^4.5.4"
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"eslint": "^8.41.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.5.0",
"prettier": "^2.8.8",
"rimraf": "^5.0.1",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
},

@@ -44,0 +45,0 @@ "engines": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc