+1
-1
@@ -241,3 +241,3 @@ "use strict"; | ||
| throw new JceError("Unsupported type: null"); | ||
| if (value instanceof Buffer || value instanceof Uint8Array || value instanceof ArrayBuffer) | ||
| if (value instanceof Uint8Array) | ||
| type = TYPE_SIMPLE_LIST; | ||
@@ -244,0 +244,0 @@ else |
+1
-1
| { | ||
| "name": "jce", | ||
| "version": "0.2.2", | ||
| "version": "0.2.3", | ||
| "description": "JCE reader and writer for JavaScript", | ||
@@ -5,0 +5,0 @@ "main": "jce.js", |
12418
-0.47%