Socket
Book a DemoInstallSign in
Socket

positioning-strategy

Package Overview
Dependencies
Maintainers
0
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

positioning-strategy - npm Package Compare versions

Comparing version

to
4.1.4

14

package.json
{
"name": "positioning-strategy",
"version": "4.1.3",
"version": "4.1.4",
"author": "developers@taskworld.com",

@@ -21,7 +21,7 @@ "license": "ISC",

"engines": {
"node": "20"
"node": "22"
},
"scripts": {
"build": "tsc",
"test": "npm run build && vitest --no-watch --coverage",
"test": "npm run build -- --noEmit && vitest --no-watch --coverage",
"preversion": "npm run build",

@@ -32,7 +32,7 @@ "version": "npm publish"

"@thisismanta/semantic-version": "^9.1.0",
"@vitest/coverage-v8": "^2.1.1",
"lefthook": "^1.7.17",
"typescript": "^5.6.2",
"vitest": "^2.1.1"
"@vitest/coverage-v8": "^3.0.4",
"lefthook": "^1.10.10",
"typescript": "^5.7.3",
"vitest": "^3.0.4"
}
}