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

workflow-sample

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

workflow-sample

Awesome node module

latest
Source
npmnpm
Version
0.2.0
Version published
Maintainers
1
Created
Source

workflow-sample

NPM Downloads NPM Version License Dependency Status devDependency Status Code Style

Awesome node module

Installation

$ npm install workflow-sample

# or yarn
$ yarn add workflow-sample

Usage

const workflowSample = require('workflow-sample')
const result = workflowSample('zce')
// result => 'zce@zce.me'

API

workflowSample(name[, options])

name

  • Type: string
  • Details: name string

options

host
  • Type: string
  • Details: host string
  • Default: 'zce.me'

Contributing

  • Fork it on GitHub!
  • Clone the fork to your own machine.
  • Checkout your feature branch: git checkout -b my-awesome-feature
  • Commit your changes to your own branch: git commit -am 'Add some feature'
  • Push your work back up to your fork: git push -u origin my-awesome-feature
  • Submit a Pull Request so that we can review your changes.

NOTE: Be sure to merge the latest from "upstream" before making a pull request!

License

MIT © Jim 271733311@qq.com

Keywords

workflow-sample

FAQs

Package last updated on 17 Jan 2021

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