You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@digshare/script

Package Overview
Dependencies
Maintainers
2
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@digshare/script

### CLI

0.2.5
Source
npm
Version published
Weekly downloads
23
-83.92%
Maintainers
2
Weekly downloads
 
Created
Source

dss-sdk

CLI

dss build -i xxx -o xxx

SDK

main.js

// import type {Script} from "@digshare/script"

export default function(payload, context) {

}) // as Script

test.js

import {devRun} from "@digshare/script";
import fn from "./main";
// import type {DevRunOptions} from "@digshare/script"

// 开发中测试运行
devRun(fn, {} // as DevRunOptions);

License

MIT License.

FAQs

Package last updated on 14 Feb 2022

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