We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e242a90 commit 1286b05Copy full SHA for 1286b05
1 file changed
README.md
@@ -2,6 +2,14 @@
2
3
一个为 WinJS 项目提供安全增强功能的插件,主要用于生成 SRI(Subresource Integrity)属性。
4
5
+<p>
6
+ <a href="https://npmjs.com/package/@winner-fed/plugin-security">
7
+ <img src="https://img.shields.io/npm/v/@winner-fed/plugin-security?style=flat-square&colorA=564341&colorB=EDED91" alt="npm version" />
8
+ </a>
9
+ <img src="https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square&colorA=564341&colorB=EDED91" alt="license" />
10
+ <a href="https://npmcharts.com/compare/@winner-fed/plugin-security?minimal=true"><img src="https://img.shields.io/npm/dm/@winner-fed/plugin-security.svg?style=flat-square&colorA=564341&colorB=EDED91" alt="downloads" /></a>
11
+</p>
12
+
13
## 功能特性
14
15
- 自动为 HTML 文件中的 `<script>` 和 `<link>` 标签生成 SRI 属性
0 commit comments