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

cea

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cea

cea cli application (with built-in plugins)

latest
Source
npmnpm
Version
2.5.8
Version published
Maintainers
1
Created
Source

详细说明

https://github.com/ceajs/cea/tree/main

插件: cea

安装

# Install cea as a cli
npm i -g cea
# Using cea as a module
npm i cea

示例

  • 使用 CLI

今日校园签到:

cea sign
  • 使用模块

今日校园签到:

// 导入 Cea 和内置的签到插件中的函数 checkIn
import Cea, { checkIn } from 'cea'
// 创建 Cea 的实例
const cea = new Cea()
// 注册插件
cea.addPlugin(checkIn)
// 执行签到脚本
cea.start()

文档

Keywords

签到

FAQs

Package last updated on 14 Apr 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