🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
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.10.1

15

assembly/compat.ts

@@ -20,1 +20,16 @@ import { graphql } from ".";

}
/**
* @deprecated Import `graphql`, and use `graphql.Variables` instead.
*/
export class QueryVariables {
private qv: graphql.Variables = new graphql.Variables();
public set<T>(name: string, value: T): void {
this.qv.set(name, value);
}
public toJSON(): string {
return this.qv.toJSON();
}
}

2

package.json
{
"name": "@hypermode/functions-as",
"version": "0.10.0",
"version": "0.10.1",
"description": "Hypermode library for AssemblyScript functions",

@@ -5,0 +5,0 @@ "author": "Hypermode, Inc.",