Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@hypermode/modus-sdk-as

Package Overview
Dependencies
Maintainers
0
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hypermode/modus-sdk-as - npm Package Compare versions

Comparing version 0.13.0-test.4 to 0.13.0-test.5

2

package.json
{
"name": "@hypermode/modus-sdk-as",
"version": "0.13.0-test.4",
"version": "0.13.0-test.5",
"repository": "github:hypermodeinc/modus",

@@ -5,0 +5,0 @@ "description": "Modus SDK for AssemblyScript",

@@ -54,4 +54,4 @@ import { readFileSync } from "fs";

this.fnImports = fnImports;
module.addCustomSection("hypermode_version", Uint8Array.from([METADATA_VERSION]));
module.addCustomSection("hypermode_meta", encoder.encode(json));
module.addCustomSection("modus_metadata_version", Uint8Array.from([METADATA_VERSION]));
module.addCustomSection("modus_metadata", encoder.encode(json));
}

@@ -58,0 +58,0 @@ logResults() {

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