New:Socket for Asana Is Now Available.Learn more
Get Started

@ooxml-tools/units

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ooxml-tools/units - npm Package Compare versions

Comparing version
0.5.0
to
0.5.1
+1
-1
dist/npm/bin/ooxml-units.js

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

var version = "0.5.0";
var version = "0.5.1";

@@ -9,0 +9,0 @@ const scriptName = "ooxml-units";

{
"name": "@ooxml-tools/units",
"description": "Conversion for the strange and wonderful Office Open XML units",
"version": "0.5.0",
"version": "0.5.1",
"license": "MIT",

@@ -15,6 +15,6 @@ "type": "module",

"scripts": {
"lint": "npx prettier . --check",
"lint": "pnpx prettier . --check",
"test": "vitest run --coverage",
"test:ci": "vitest run --coverage --reporter=junit --outputFile=test-report.junit.xml",
"lint:format": "npx prettier . --write",
"lint:format": "pnpx prettier . --write",
"build": "rollup -c rollup.config.ts --configPlugin typescript"

@@ -46,5 +46,5 @@ },

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

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

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

@@ -66,5 +68,5 @@ "dependencies": {

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