azure-maps-rest
Advanced tools
Comparing version 2.0.3 to 2.0.4
{ | ||
"name": "azure-maps-rest", | ||
"author": "Microsoft Corporation", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "SDK for Azure Maps REST Services", | ||
@@ -16,12 +16,15 @@ "keywords": [ | ||
"build": "node ./bin/build.js", | ||
"test": "set \"TS_NODE_PROJECT=./test/tsconfig.json\" && mocha-parallel-tests --require ts-node/register --timeout 30000 test/**/*.ts", | ||
"test-filter": "set \"TS_NODE_PROJECT=./test/tsconfig.json\" && mocha-parallel-tests --require ts-node/register --timeout 30000", | ||
"tslint": "node_modules/.bin/tslint --project ./tsconfig.json", | ||
"docs": "(if exist \"./docs/\" rmdir \"./docs/\" /S /Q) && tsc --declaration --declarationDir ./docs --emitDeclarationOnly --stripInternal" | ||
"docs": "(if exist \"./docs/\" rmdir \"./docs/\" /S /Q) && tsc --declaration --declarationDir ./docs --emitDeclarationOnly --stripInternal", | ||
"test": "set \"TS_NODE_PROJECT=./test/tsconfig.json\" && mocha-parallel-tests --exit --require ts-node/register --timeout 30000 test/**/*.ts", | ||
"test-filter": "set \"TS_NODE_PROJECT=./test/tsconfig.json\" && mocha-parallel-tests --exit --require ts-node/register --timeout 30000", | ||
"thirdPartyNotices": "node ./bin/thirdPartyNotices.js", | ||
"tslint": "node_modules/.bin/tslint --project ./tsconfig.json" | ||
}, | ||
"dependencies": { | ||
"@types/geojson": "^7946.0.4", | ||
"@azure/ms-rest-js": "^1.8.1" | ||
"@azure/ms-rest-azure-js": "^1.3.8", | ||
"@azure/ms-rest-js": "^1.8.13", | ||
"@types/geojson": "^7946.0.4" | ||
}, | ||
"devDependencies": { | ||
"@turf/bbox": "^6.0.1", | ||
"@types/mocha": "^5.2.5", | ||
@@ -33,6 +36,6 @@ "adal-node": "^0.1.28", | ||
"mocha-parallel-tests": "^2.0.6-alpha.3", | ||
"rollup": "^1.11.3", | ||
"rollup-plugin-commonjs": "^9.3.4", | ||
"rollup": "^1.17.0", | ||
"rollup-plugin-commonjs": "^10.0.1", | ||
"rollup-plugin-json": "^4.0.0", | ||
"rollup-plugin-node-resolve": "^4.2.3", | ||
"rollup-plugin-node-resolve": "^5.2.0", | ||
"rollup-plugin-replace": "^2.2.0", | ||
@@ -44,3 +47,3 @@ "rollup-plugin-shim": "^1.0.0", | ||
"tslint-microsoft-contrib": "^6.1.1", | ||
"typescript": "^3.4.5", | ||
"typescript": "^3.6.2", | ||
"yargs": "^13.2.2" | ||
@@ -47,0 +50,0 @@ }, |
@@ -0,0 +0,0 @@ # Azure Maps Services Module |
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
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1395687
29631
0
3
19
+ Added@azure/ms-rest-azure-js@1.4.0(transitive)
Updated@azure/ms-rest-js@^1.8.13