Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
:stars:简易图像处理程序。
# 从 npm 安装
npm i -g mangekyou
# 运行
mangekyou
./
├── .babelrc // 编译配置
├── .codeclimate.yml // Code Climate 平台配置
├── .travis.yml // Travis CI 平台配置
├── .eslintrc // 静态分析配置
├── .gitignore // git 忽略文件配置
├── gulpfile.babel.js // 构建配置
├── LICENSE // 发布协议
├── package.json // 依赖信息
├── README.md // 自述文档
└── src // 源代码目录
└── app
├── index.html // 界面基底
├── main.js // 主程序入口
├── script
│ ├── entry.js // 界面程序入口
│ ├── app.jsx // 主窗口
│ ├── keyMap.js // 键盘映射配置
│ ├── component // 界面组件目录
│ │ └── tool // 各种算法对应的控件目录
│ ├── constant // 程序常量
│ ├── action // Flux 架构的 Action
│ ├── dispatcher // Flux 架构的 Dispatcher
│ ├── store // Flux 架构的 Store
│ └── worker // 处理计算的程序目录
│ ├── worker.js // 计算程序入口
│ ├── util.js // 通用算法模块
│ └── ....js // 文件名对应相关算法
└── style // 界面样式表目录
环境需求:
#克隆代码到本地
git clone --depth=1 https://github.com/frantic1048/mangekyou.git
cd mangekyou
# 开始构建
gulp ci
# 运行
npm run run
FAQs
We found that mangekyou demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.