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
4
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 0.6.1 to 0.7.0

assembly/http.ts

3

assembly/index.ts
export * from "./queryvars";
export * from "./inference";
export * from "./connection";
import * as http from "./http";
export { http };

2

assembly/inference.ts

@@ -31,3 +31,3 @@ import * as host from "./hypermode";

let max = labels.get(keys[0]);
let result = "";
let result = keys[0];
for (let i = 1; i < keys.length; i++) {

@@ -34,0 +34,0 @@ const key = keys[i];

{
"name": "@hypermode/functions-as",
"version": "0.6.1",
"version": "0.7.0",
"description": "Hypermode library for AssemblyScript functions",

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

"devDependencies": {
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@types/node": "^20.12.11",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"assemblyscript": "^0.27.27",

@@ -32,3 +32,4 @@ "assemblyscript-prettier": "^3.0.1",

"prettier": "^3.2.5",
"semver": "^7.6.0",
"semver": "^7.6.2",
"typescript": "^5.4.5",
"visitor-as": "^0.11.4"

@@ -35,0 +36,0 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc