New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

vss-web-extension-sdk

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vss-web-extension-sdk - npm Package Compare versions

Comparing version 1.109.0 to 1.110.0

34

package.json
{
"name": "vss-web-extension-sdk",
"version": "1.109.0",
"description": "Visual Studio Services Client SDK. JavaScript library for Visual Studio Team Services extensions.",
"version": "1.110.0",
"description": "Visual Studio Services Client SDK. JavaScript library for Visual Studio Online extensions.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {

@@ -9,11 +12,14 @@ "type": "git",

},
"scripts": {
"build": "tsc -p .",
"prepublish": "npm run build"
},
"keywords": [
"extensions",
"visual studio team services"
"visual studio online"
],
"author": "Microsoft",
"typescript": {
"definitions": [
"typings/rmo.d.ts",
"typings/tfs.d.ts",
"typings/vss.d.ts"
]
},
"author": "vsalmopen",
"license": "MIT",

@@ -27,15 +33,3 @@ "bugs": {

"format": "global"
},
"types": "./typings/index.d.ts",
"dependencies": {
"@types/jquery": "^2.0.34",
"@types/jqueryui": "^1.11.31",
"@types/knockout": "^3.4.38",
"@types/q": "0.0.32",
"@types/react": "^0.14.54",
"@types/requirejs": "^2.1.28"
},
"devDependencies": {
"typescript": "^2.0.10"
}
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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