vss-web-extension-sdk
Advanced tools
Comparing version 1.109.0 to 1.110.0
{ | ||
"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
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
0
0
1805686
11
51876
1
- Removed@types/jquery@^2.0.34
- Removed@types/jqueryui@^1.11.31
- Removed@types/knockout@^3.4.38
- Removed@types/q@0.0.32
- Removed@types/react@^0.14.54
- Removed@types/requirejs@^2.1.28
- Removed@types/jquery@2.0.68(transitive)
- Removed@types/jqueryui@1.12.23(transitive)
- Removed@types/knockout@3.4.77(transitive)
- Removed@types/q@0.0.32(transitive)
- Removed@types/react@0.14.57(transitive)
- Removed@types/requirejs@2.1.37(transitive)