Socket
Socket
Sign inDemoInstall

vscode-tas-client

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vscode-tas-client - npm Package Compare versions

Comparing version 0.1.75 to 0.1.84

45

package.json
{
"name": "vscode-tas-client",
"version": "0.1.75",
"version": "0.1.84",
"description": "",

@@ -13,4 +13,4 @@ "main": "./index.js",

"format": "prettier --write \"src/**/*.{ts,tsx}\"",
"test-publish": "gulp test-pack-publish",
"publish": "gulp pack-publish"
"test-publish": "node ./publishScript.js --test",
"publish": "node ./publishScript.js --publish"
},

@@ -23,28 +23,27 @@ "keywords": [

"engines": {
"vscode": "^1.19.1"
"vscode": "^1.85.0"
},
"devDependencies": {
"@types/chai": "^4.2.4",
"@types/mocha": "^7.0.2",
"@types/node": "^12.0.1",
"@types/semver": "^5.4.0",
"@types/vscode": "1.19.0",
"@typescript-eslint/eslint-plugin-tslint": "^3.6.0",
"@typescript-eslint/parser": "^3.6.0",
"chai": "^4.2.0",
"eslint": "^7.4.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"gulp": "^4.0.2",
"mocha": "^8.0.1",
"nerdbank-gitversioning": "^3.3.37",
"prettier": "^1.18.2",
"source-map-support": "^0.5.16",
"tslint": "^5.17.0",
"typescript": "^5.2.2",
"@types/chai": "^4.3.11",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.13",
"@types/semver": "^7.5.6",
"@types/vscode": "1.85.0",
"@typescript-eslint/eslint-plugin-tslint": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"chai": "^5.0.3",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"mocha": "^10.2.0",
"nerdbank-gitversioning": "^3.6.133",
"prettier": "^3.2.4",
"source-map-support": "^0.5.21",
"tslint": "^5.20.1",
"typescript": "^5.3.3",
"vscode-test": "^1.4.0"
},
"dependencies": {
"tas-client": "0.1.73"
"tas-client": "0.2.33"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc