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

use-dpr

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

use-dpr

医患链内部react hooks抽象

latest
npmnpm
Version
0.1.6
Version published
Maintainers
1
Created
Source

use-dpr

医患链内部react hooks抽象

目录结构

|-- scripts                               # prettier脚本
|-- src                                   # 开发目录
|   |-- hooks                             # hooks源码
|-- .gitignore                            # git忽略文件
|-- .prettierignore                       # 代码风格配置忽略文件
|-- .prettierrc                           # 代码风格配置文件
|-- .stylelintrc                          # 样式风格配置文件
|-- commitlint.config.js                  # 代码提交规范配置文件
|-- tsconfig.json                         # ts配置页面
|-- tslint.json                           # tslint规则
|-- package.json                          # 依赖及配置
|-- README.md                             # 简介

使用


// 安装项目
git clone --depth=1 git@192.168.1.209:m/use-dpr.git

cd use-dpr

// 检出依赖
yarn

// 打包
yarn build

// 更多命令可在package.json中查看

提交


git add .

//提交做了预校验,须填写必要的信息,请参考 commitlint.config.js
git commit "feat: xxx"

git push

typescript

使用了TypeScript,TypeScript

FAQs

Package last updated on 30 Jun 2020

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