You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP →

json-as

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-as - npm Package Compare versions

Comparing version

to
0.5.6

@@ -52,3 +52,3 @@ import { JSON } from "..";

canSerde<u256>(u256.fromU128(u128.from("0")))
/* canSerde<u256>(u256.fromU128(u128.from("0")))
canSerde<u256>(u256.fromU128(u128.from("100")))

@@ -71,3 +71,3 @@ canSerde<u256>(u256.fromU128(u128.from("101")))

canSerde<i256Safe>(new i256Safe(10, 11, 500, 501))
canSerde<i256Safe>(new i256Safe(10, 11, 500, 501))*/
});

@@ -74,0 +74,0 @@

{
"name": "json-as",
"version": "0.5.5",
"version": "0.5.6",
"description": "JSON encoder/decoder for AssemblyScript",

@@ -5,0 +5,0 @@ "types": "assembly/index.ts",

@@ -84,3 +84,2 @@ import { ClassDecorator, registerDecorator, } from "visitor-as/dist/decorator.js";

this.setDataStmts.join("")}
throw new Error("Cannot find key: " + key);
}

@@ -87,0 +86,0 @@ `;

{
"name": "@json-as/transform",
"version": "0.5.4",
"version": "0.5.6",
"description": "JSON encoder/decoder for AssemblyScript",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

@@ -107,3 +107,2 @@ import {

}
throw new Error("Cannot find key: " + key);
}

@@ -110,0 +109,0 @@ `