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

@hypermode/hyp-cli

Package Overview
Dependencies
Maintainers
0
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hypermode/hyp-cli - npm Package Compare versions

Comparing version 0.1.7 to 0.1.8

2

dist/util/ci.d.ts

@@ -1,1 +0,1 @@

export declare const ciStr = "\nname: Build and publish Modus app\n\non:\n workflow_dispatch:\n pull_request:\n push:\n branches:\n - main\n\nenv:\n MODUS_DIR: \"\"\n\npermissions:\n contents: read\n\njobs:\n build:\n name: build\n runs-on: ubuntu-latest\n steps:\n - name: Checkout code\n uses: actions/checkout@v4\n\n - name: Locate directory with modus.json\n id: set-dir\n run: |\n MODUS_JSON=$(find $(pwd) -name 'modus.json' -print0 | xargs -0 -n1 echo)\n if [ -n \"$MODUS_JSON\" ]; then\n MODUS_DIR=$(dirname \"$MODUS_JSON\")\n echo \"MODUS_DIR=$MODUS_DIR\" >> $GITHUB_ENV\n else\n echo \"modus.json not found\"\n exit 1\n fi\n\n - name: Setup Node\n uses: actions/setup-node@v4\n with:\n node-version: \"22\"\n\n - name: Setup Go\n uses: actions/setup-go@v5\n\n - name: Setup TinyGo\n uses: acifani/setup-tinygo@v2\n with:\n tinygo-version: \"0.34.0\"\n\n - name: Build project\n run: npx -p @hypermode/modus-cli -y modus build\n working-directory: ${{ env.MODUS_DIR }}\n shell: bash\n\n - name: Publish GitHub artifact\n uses: actions/upload-artifact@v4\n with:\n name: build\n path: ${{ env.MODUS_DIR }}/build/*\n";
export declare const ciStr = "\nname: ci-hypermode-functions\n\non:\n workflow_dispatch:\n pull_request:\n push:\n branches:\n - main\n\nenv:\n MODUS_DIR: \"\"\n\npermissions:\n contents: read\n\njobs:\n build:\n name: build\n runs-on: ubuntu-latest\n steps:\n - name: Checkout code\n uses: actions/checkout@v4\n\n - name: Locate directory with modus.json\n id: set-dir\n run: |\n MODUS_JSON=$(find $(pwd) -name 'modus.json' -print0 | xargs -0 -n1 echo)\n if [ -n \"$MODUS_JSON\" ]; then\n MODUS_DIR=$(dirname \"$MODUS_JSON\")\n echo \"MODUS_DIR=$MODUS_DIR\" >> $GITHUB_ENV\n else\n echo \"modus.json not found\"\n exit 1\n fi\n\n - name: Setup Node\n uses: actions/setup-node@v4\n with:\n node-version: \"22\"\n\n - name: Setup Go\n uses: actions/setup-go@v5\n\n - name: Setup TinyGo\n uses: acifani/setup-tinygo@v2\n with:\n tinygo-version: \"0.34.0\"\n\n - name: Build project\n run: npx -p @hypermode/modus-cli -y modus build\n working-directory: ${{ env.MODUS_DIR }}\n shell: bash\n\n - name: Publish GitHub artifact\n uses: actions/upload-artifact@v4\n with:\n name: build\n path: ${{ env.MODUS_DIR }}/build/*\n";

@@ -10,3 +10,3 @@ /*

export const ciStr = `
name: Build and publish Modus app
name: ci-hypermode-functions

@@ -13,0 +13,0 @@ on:

@@ -100,3 +100,3 @@ {

},
"version": "0.1.7"
"version": "0.1.8"
}
{
"name": "@hypermode/hyp-cli",
"description": "The Hypermode CLI",
"version": "0.1.7",
"version": "0.1.8",
"author": "Hypermode Inc.",

@@ -6,0 +6,0 @@ "license": "Apache-2.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