File tree Expand file tree Collapse file tree 3 files changed +10
-21
lines changed Expand file tree Collapse file tree 3 files changed +10
-21
lines changed Original file line number Diff line number Diff line change 1
1
coverage /
2
- lib /
2
+ dist /
3
3
node_modules /
Original file line number Diff line number Diff line change 2
2
3
3
<p align =" center " >Security for your Fullstack App 🛡️</p >
4
4
5
- <p align =" center " >
6
- <!-- prettier-ignore-start -->
7
- <!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
8
- <a href="#contributors" target="_blank"><img alt="👪 All Contributors: 2" src="https://img.shields.io/badge/%F0%9F%91%AA_all_contributors-2-21bb42.svg" /></a>
9
- <!-- ALL-CONTRIBUTORS-BADGE:END -->
10
- <!-- prettier-ignore-end -->
11
- <a href="https://github.com/atilafassina/shieldwall/blob/main/.github/CODE_OF_CONDUCT.md" target="_blank"><img alt="🤝 Code of Conduct: Kept" src="https://img.shields.io/badge/%F0%9F%A4%9D_code_of_conduct-kept-21bb42" /></a>
12
- <a href="https://codecov.io/gh/atilafassina/shieldwall" target="_blank"><img alt="🧪 Coverage" src="https://img.shields.io/codecov/c/github/atilafassina/shieldwall?label=%F0%9F%A7%AA%20coverage" /></a>
13
- <a href="https://github.com/atilafassina/shieldwall/blob/main/LICENSE.md" target="_blank"><img alt="📝 License: MIT" src="https://img.shields.io/badge/%F0%9F%93%9D_license-MIT-21bb42.svg"></a>
14
- <a href="http://npmjs.com/package/shieldwall"><img alt="📦 npm version" src="https://img.shields.io/npm/v/shieldwall?color=21bb42&label=%F0%9F%93%A6%20npm" /></a>
15
- <img alt="💪 TypeScript: Strict" src="https://img.shields.io/badge/%F0%9F%92%AA_typescript-strict-21bb42.svg" />
16
- </p >
5
+ ## Install
17
6
18
- ## Usage
19
-
20
- ``` shell
21
- npm i shieldwall
7
+ ``` sh
8
+ pnpm add shieldwall
22
9
```
23
10
24
- ``` ts
25
- import { greet } from " shieldwall" ;
11
+ ## Usage
26
12
27
- greet ( " Hello, world! 💖 " );
28
- ```
13
+ > [ !NOTE ]
14
+ > coming soon
29
15
30
16
## Contributors
31
17
Original file line number Diff line number Diff line change 69
69
"peerDependencies" : {
70
70
"@solidjs/start" : " ^1.0.8" ,
71
71
"vinxi" : " ^0.4.3"
72
+ },
73
+ "publishConfig" : {
74
+ "provenance" : true
72
75
}
73
76
}
You can’t perform that action at this time.
0 commit comments