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
23
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.3 to 0.13.4

7

bin/build-plugin.js

@@ -13,3 +13,3 @@ #!/usr/bin/env node

import { execFileSync } from "child_process";
import { copyFile, readFile, readdir, mkdir, unlink } from "fs/promises";
import { copyFile, readFile, mkdir } from "fs/promises";
import { existsSync } from "fs";

@@ -44,7 +44,2 @@ import process from "process";

await mkdir("build");
} else {
const files = await readdir("build");
for (const file of files) {
await unlink(`build/${file}`);
}
}

@@ -51,0 +46,0 @@

10

package.json
{
"name": "@hypermode/modus-sdk-as",
"version": "0.13.3",
"version": "0.13.4",
"repository": "github:hypermodeinc/modus",

@@ -29,12 +29,12 @@ "description": "Modus SDK for AssemblyScript",

"devDependencies": {
"@eslint/js": "^9.13.0",
"@eslint/js": "^9.14.0",
"@types/eslint__js": "^8.42.3",
"@types/node": "^22.7.9",
"@types/node": "^22.9.0",
"as-test": "^0.3.5",
"assemblyscript": "^0.27.30",
"assemblyscript-prettier": "^3.0.1",
"eslint": "^9.13.0",
"eslint": "^9.14.0",
"prettier": "^3.3.3",
"typescript": "^5.6.3",
"typescript-eslint": "^8.11.0",
"typescript-eslint": "^8.13.0",
"visitor-as": "^0.11.4"

@@ -41,0 +41,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