Socket
Book a DemoInstallSign in
Socket

@iwpnd/tile38-ts

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@iwpnd/tile38-ts - npm Package Compare versions

Comparing version

to
2.4.3

34

package.json
{
"name": "@iwpnd/tile38-ts",
"version": "2.4.2",
"version": "2.4.3",
"description": "A Node.js Tile38 client written in TypeScript",

@@ -32,3 +32,2 @@ "main": "dist/index.js",

},
"private": false,
"scripts": {

@@ -44,3 +43,3 @@ "_postinstall": "yarn husky",

"format": "prettier --write src/{*.ts,**/*.ts}",
"u": "yarn upgrade-interactive --latest",
"u": "yarn upgrade-interactive",
"up": "docker-compose up",

@@ -52,8 +51,8 @@ "down": "docker-compose down",

"@vpriem/geojson": "1.3.0",
"ioredis": "5.5.0"
"ioredis": "5.6.0"
},
"devDependencies": {
"@commitlint/cli": "19.7.1",
"@commitlint/config-conventional": "19.7.1",
"@eslint/js": "9.21.0",
"@commitlint/cli": "19.8.0",
"@commitlint/config-conventional": "19.8.0",
"@eslint/js": "9.24.0",
"@semantic-release/changelog": "6.0.3",

@@ -65,14 +64,14 @@ "@semantic-release/git": "10.0.1",

"@types/jest": "29.5.14",
"@types/node": "22.13.9",
"@typescript-eslint/eslint-plugin": "8.26.0",
"@typescript-eslint/parser": "8.26.0",
"@types/node": "22.14.0",
"@typescript-eslint/eslint-plugin": "8.29.0",
"@typescript-eslint/parser": "8.29.0",
"conventional-changelog-conventionalcommits": "8.0.0",
"coveralls": "3.1.1",
"devmoji": "2.3.0",
"eslint": "9.21.0",
"eslint-import-resolver-typescript": "3.8.3",
"eslint": "9.24.0",
"eslint-import-resolver-typescript": "4.3.1",
"eslint-plugin-simple-import-sort": "12.1.1",
"husky": "9.1.7",
"jest": "29.7.0",
"lint-staged": "15.4.3",
"lint-staged": "15.5.0",
"pinst": "3.0.0",

@@ -82,5 +81,5 @@ "prettier": "3.5.3",

"semantic-release": "24.2.3",
"ts-jest": "29.2.6",
"typescript": "5.8.2",
"typescript-eslint": "8.26.0"
"ts-jest": "29.3.1",
"typescript": "5.8.3",
"typescript-eslint": "8.29.0"
},

@@ -92,3 +91,4 @@ "lint-staged": {

]
}
},
"packageManager": "yarn@4.8.1"
}