New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@xverse/matrix-code-generator

Package Overview
Dependencies
Maintainers
7
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@xverse/matrix-code-generator

所谓出码,即将低代码编排出的 schema 进行解析并转换成最终可执行的代码的过程。

unpublished
latest
npmnpm
Version
0.0.43
Version published
Weekly downloads
0
Maintainers
7
Weekly downloads
 
Created
Source

出码

所谓出码,即将低代码编排出的 schema 进行解析并转换成最终可执行的代码的过程。

使用方法

1) 通过命令行快速体验

欢迎使用命令行工具快速体验:npx matrix-cg -i 2212021240_776e0f

2)服务端出码接入

此代码生成器一开始就是为服务端出码设计的,你可以直接这样来在 node.js 环境中使用:

  • 安装依赖: npm install --save @xverse/matrix-code-generator
  • 引入代码生成器:
import CodeGenerator from '@xverse/matrix-code-generator';

FAQs

Package last updated on 24 Mar 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts