@novnc/novnc
Advanced tools
Comparing version 1.3.0-g721eaa4 to 1.3.0-g78eda3c
@@ -17,2 +17,3 @@ /* | ||
encodingTightPNG: -260, | ||
encodingJPEG: 21, | ||
@@ -45,4 +46,5 @@ pseudoEncodingQualityLevel9: -23, | ||
case encodings.encodingTightPNG: return "TightPNG"; | ||
case encodings.encodingJPEG: return "JPEG"; | ||
default: return "[unknown encoding " + num + "]"; | ||
} | ||
} |
@@ -24,2 +24,3 @@ "use strict"; | ||
encodingTightPNG: -260, | ||
encodingJPEG: 21, | ||
pseudoEncodingQualityLevel9: -23, | ||
@@ -66,2 +67,5 @@ pseudoEncodingQualityLevel0: -32, | ||
case encodings.encodingJPEG: | ||
return "JPEG"; | ||
default: | ||
@@ -68,0 +72,0 @@ return "[unknown encoding " + num + "]"; |
{ | ||
"name": "@novnc/novnc", | ||
"version": "1.3.0-g721eaa4", | ||
"version": "1.3.0-g78eda3c", | ||
"description": "An HTML5 VNC client", | ||
@@ -24,3 +24,3 @@ "browser": "lib/rfb", | ||
"test": "karma start karma.conf.js", | ||
"prepublish": "node ./utils/use_require.js --clean" | ||
"prepublish": "node ./utils/convert.js --clean" | ||
}, | ||
@@ -70,5 +70,2 @@ "repository": { | ||
"po2json": "*", | ||
"requirejs": "*", | ||
"rollup": "*", | ||
"rollup-plugin-node-resolve": "*", | ||
"sinon": "*", | ||
@@ -75,0 +72,0 @@ "sinon-chai": "*" |
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
1099876
30
102
27690