🚀. Socket Launch Week Day 2:Introducing Manifest Alerts.Learn more
Sign In

jce

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jce - npm Package Compare versions

Comparing version
0.2.2
to
0.2.3
+1
-1
jce.js

@@ -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

{
"name": "jce",
"version": "0.2.2",
"version": "0.2.3",
"description": "JCE reader and writer for JavaScript",

@@ -5,0 +5,0 @@ "main": "jce.js",