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

json-as

Package Overview
Dependencies
Maintainers
1
Versions
195
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.4.9

assembly/__benches__/as-json.ts

2

asconfig.json

@@ -13,5 +13,5 @@ {

"options": {
"transform": "./transform",
"transform": ["./transform"],
"bindings": "esm"
}
}
import { StringSink } from "as-string-sink/assembly";
import { Variant } from "as-variant/assembly";
import { isSpace } from "assemblyscript/std/assembly/util/string";
import { stringify } from "as-console/assembly";
import { isSpace } from "util/string";
import {

@@ -6,0 +5,0 @@ backSlashCode,

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

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

"@as-tral/cli": "^1.1.1",
"@serial-as/json": "^1.0.2",
"as-console": "^6.0.2",
"as-rainbow": "^0.1.0",
"assemblyscript": "^0.20.7",

@@ -26,0 +28,0 @@ "assemblyscript-prettier": "^1.0.2",

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

@@ -24,3 +24,3 @@ "main": "./lib/index.js",

"deserialize",
"dynamic"
"serde"
],

@@ -27,0 +27,0 @@ "bugs": {