@appland/appmap
Advanced tools
Comparing version 1.5.0 to 1.6.0
@@ -0,1 +1,13 @@ | ||
# [1.6.0](https://github.com/applandinc/appmap-js/compare/v1.5.0...v1.6.0) (2021-03-22) | ||
### Bug Fixes | ||
* fix arrow aligning in instructions legend ([901d169](https://github.com/applandinc/appmap-js/commit/901d169f1b49cf688269af7680b137808614cca6)) | ||
### Features | ||
* syntax highlight SQL ([#125](https://github.com/applandinc/appmap-js/issues/125)) ([8f87111](https://github.com/applandinc/appmap-js/commit/8f8711156ef536bc935a842e289106dda80dd5b1)) | ||
# [1.5.0](https://github.com/applandinc/appmap-js/compare/v1.4.0...v1.5.0) (2021-03-05) | ||
@@ -2,0 +14,0 @@ |
{ | ||
"name": "@appland/appmap", | ||
"version": "1.5.0", | ||
"version": "1.6.0", | ||
"main": "dist/appmap.esm.js", | ||
@@ -36,2 +36,3 @@ "module": "dist/appmap.esm.js", | ||
"sql-formatter": "^2.3.3", | ||
"sql-highlight": "^3.3.3", | ||
"vue": "^2.6.11", | ||
@@ -38,0 +39,0 @@ "vuex": "^3.6.0" |
Sorry, the diff of this file is too big to display
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
162948
587
9
+ Addedsql-highlight@^3.3.3
+ Addedsql-highlight@3.3.5(transitive)