🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

json-as

Package Overview
Dependencies
Maintainers
1
Versions
192
Alerts
File Explorer

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.25

2

assembly/src/json.ts

@@ -42,3 +42,3 @@ import { u128, u128Safe, u256, u256Safe, i128, i128Safe } from "as-bignum/assembly";

// String
if (isString<T>()) {
if (isString<T>() && data != null) {
let result = new StringSink("\"");

@@ -45,0 +45,0 @@ // @ts-ignore

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

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

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

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