🚀 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
194
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.35

2

assembly/src/util.ts

@@ -91,3 +91,3 @@ import { StringSink } from "as-string-sink/assembly";

let val: T = 0;
for (let pos = 0; pos < str.length; pos += 2) {
for (let pos = 0; pos < (str.length << 1); pos += 2) {
// @ts-ignore

@@ -94,0 +94,0 @@ val = (val << 1) + (val << 3) + (load<u16>(changetype<usize>(str) + <usize>pos) - 48);

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

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

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

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