New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@hypermode/functions-as

Package Overview
Dependencies
Maintainers
0
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hypermode/functions-as - npm Package Compare versions

Comparing version

to
0.12.0-alpha2

2

assembly/dgraph.ts

@@ -144,3 +144,3 @@ import { JSON } from "json-as";

export class Response {
Json: string | null = null;
Json: string = "";
Uids: Map<string, string> | null = null;

@@ -147,0 +147,0 @@ }

{
"name": "@hypermode/functions-as",
"version": "0.12.0-alpha1",
"version": "0.12.0-alpha2",
"description": "Hypermode library for AssemblyScript functions",

@@ -33,4 +33,4 @@ "author": "Hypermode, Inc.",

"prettier": "^3.3.3",
"typescript": "^5.5.4",
"typescript-eslint": "^8.4.0",
"typescript": "^5.6.2",
"typescript-eslint": "^8.5.0",
"visitor-as": "^0.11.4"

@@ -37,0 +37,0 @@ },