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

@appium/tsconfig

Package Overview
Dependencies
Maintainers
4
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@appium/tsconfig - npm Package Compare versions

Comparing version
0.3.5
to
1.0.0-rc.1
+7
-6
package.json
{
"name": "@appium/tsconfig",
"version": "0.3.5",
"version": "1.0.0-rc.1",
"description": "Shared TypeScript Config for Appium",

@@ -31,7 +31,7 @@ "main": "tsconfig.json",

"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
"npm": ">=8"
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
"npm": ">=10"
},
"dependencies": {
"@tsconfig/node14": "14.1.3"
"@tsconfig/node14": "14.1.4"
},

@@ -42,5 +42,6 @@ "scripts": {

"publishConfig": {
"access": "public"
"access": "public",
"tag": "rc"
},
"gitHead": "7c05f5c213e284b6be0f1ecf5550a40d84e0899e"
"gitHead": "157425ce6aa01c009533f5bf6a56b14570222b00"
}