Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

format-file

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

format-file - npm Package Compare versions

Comparing version
0.0.7
to
0.0.8
+17
-17
package.json
{
"name": "format-file",
"version": "0.0.7",
"version": "0.0.8",
"description": "Utility API to format files via biome",

@@ -33,6 +33,6 @@ "engines": {

"tmp-promise": "^3.0.3",
"haywire": "^0.1.2"
"haywire": "^0.1.3"
},
"peerDependencies": {
"@biomejs/biome": "^1.8.3",
"@biomejs/biome": "^1.9.4",
"prettier": "^3.3.3"

@@ -49,7 +49,7 @@ },

"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@types/chai": "^4.3.17",
"@types/chai-as-promised": "^7.1.8",
"@types/mocha": "^10.0.7",
"@types/node": "^22.1.0",
"@biomejs/biome": "^1.9.4",
"@types/chai": "^5.0.0",
"@types/chai-as-promised": "^8.0.1",
"@types/mocha": "^10.0.9",
"@types/node": "^22.7.8",
"@types/sinon": "^17.0.3",

@@ -59,15 +59,15 @@ "@types/tmp": "^0.2.6",

"chai": "^5.1.1",
"expect-type": "^0.19.0",
"expect-type": "^1.1.0",
"mocha": "^10.7.0",
"prettier": "^3.3.3",
"sinon": "^18.0.0",
"sinon": "^19.0.2",
"ts-dedent": "^2.2.0",
"tslib": "^2.6.3",
"typescript": "^5.5.4",
"@leyman/eslint-config": "^0.0.0",
"mocha-chain": "^0.0.4",
"barrelify": "^1.1.12",
"sinon-typed-stub": "^0.0.3",
"nx-tsc": "^0.0.9"
"tslib": "^2.8.0",
"typescript": "^5.6.3",
"@leyman/eslint-config": "^0.0.1",
"barrelify": "^1.2.0",
"mocha-chain": "^0.0.5",
"nx-tsc": "^0.0.10",
"sinon-typed-stub": "^0.0.4"
}
}