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

@lokalise/xlsx

Package Overview
Dependencies
Maintainers
10
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lokalise/xlsx - npm Package Compare versions

Comparing version 0.20.1 to 0.20.2

dist/xlsx.mjs

18

package.json
{
"name": "@lokalise/xlsx",
"version": "0.20.1",
"version": "0.20.2",
"author": "sheetjs",

@@ -20,10 +20,11 @@ "description": "SheetJS Spreadsheet data parser and writer",

],
"main": "dist/xlsx.full.min.js",
"types": "index.d.ts",
"type": "commonjs",
"exports": {
".": {
"require": "dist/xlsx.full.min.js",
"types": "index.d.ts"
"import": "./dist/xlsx.mjs",
"require": "./dist/xlsx.full.min.js"
}
},
"main": "./dist/xlsx.full.min.js",
"types": "./index.d.ts",
"dependencies": {

@@ -38,9 +39,2 @@ },

"scripts": {
"pretest": "npm run lint",
"test": "npm run tests-only",
"pretest-only": "git submodule init && git submodule update",
"tests-only": "make travis",
"build": "make",
"lint": "make fullint",
"dtslint": "dtslint types"
},

@@ -47,0 +41,0 @@ "homepage": "https://sheetjs.com/",

## @lokalise/xlsx
Mirror for releases from https://cdn.sheetjs.com/
Mirror for releases from https://cdn.sheetjs.com/
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