🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@ooxml-tools/file

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ooxml-tools/file - npm Package Compare versions

Comparing version
0.6.1
to
0.6.5
+1
-1
dist/npm/bin/ooxml-file.js

@@ -11,3 +11,3 @@ #!/usr/bin/env node

var version = "0.6.1";
var version = "0.6.5";

@@ -14,0 +14,0 @@ const scriptName = "ooxml-file";

{
"name": "@ooxml-tools/file",
"description": "Read/write Office Open XML files in nodejs/browser",
"version": "0.6.1",
"version": "0.6.5",
"license": "MIT",

@@ -13,7 +13,7 @@ "main": "./dist/npm/index.js",

"scripts": {
"lint": "npx prettier . --check",
"lint": "pnpx prettier . --check",
"test": "vitest",
"test:ci": "vitest run --coverage --reporter=junit --outputFile=test-report.junit.xml",
"lint:format": "npx prettier . --write",
"build": "npm run build:data && npm run build:npm",
"lint:format": "pnpx prettier . --write",
"build": "pnpm run build:data && pnpm run build:npm",
"build:data": "tsx scripts/generate-blanks.ts",

@@ -42,5 +42,5 @@ "build:npm": "rollup -c rollup.config.ts --configPlugin typescript"

"@types/yargs": "^17.0.32",
"@vitest/coverage-v8": "^4.0.15",
"prettier": "^3.8.1",
"rollup": "^4.18.1",
"@vitest/coverage-v8": "^4.1.8",
"prettier": "^3.8.3",
"rollup": "^4.61.1",
"rollup-plugin-copy": "^3.5.0",

@@ -52,7 +52,9 @@ "rollup-plugin-dts": "^6.1.1",

"tslib": "^2.6.3",
"tsx": "^4.17.0",
"vitest": "^4.0.15"
"tsx": "^4.22.4",
"vitest": "^4.1.8"
},
"packageManager": "pnpm@11.2.0",
"engines": {
"node": ">=20.x"
"node": ">=20.x",
"pnpm": ">=11"
},

@@ -62,5 +64,5 @@ "dependencies": {

"jszip": "^3.10.1",
"typescript": "^5.5.4",
"typescript": "^5.9.3",
"yargs": "^18.0.0"
}
}