@stacksjs/security 0.57.3 โ†’ 0.58.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -13,7 +13,7 @@ Easily work with encryptions, decryptions, and hashing.
13
13
  ## ๐Ÿค– Usage
14
14
 
15
15
  ```bash
16
- pnpm i -D @stacksjs/security
16
+ bun install -d @stacksjs/security
17
17
  ```
18
18
 
19
19
  Now, you can easily access it in your project:
@@ -24,12 +24,12 @@ import { base64Encode, base64Verify, bcryptEncode, bcryptVerify, decrypt, encryp
24
24
  // and more...
25
25
  ```
26
26
 
27
- To view the full documentation, please visit [https://stacksjs.dev/security](https://stacksjs.dev/security).
27
+ To view the full documentation, please visit [https://stacksjs.org/security](https://stacksjs.org/security).
28
28
 
29
29
  ## ๐Ÿงช Testing
30
30
 
31
31
  ```bash
32
- pnpm test
32
+ bun test
33
33
  ```
34
34
 
35
35
  ## ๐Ÿ“ˆ Changelog
@@ -48,7 +48,7 @@ For help, discussion about best practices, or any other conversation that would
48
48
 
49
49
  For casual chit-chat with others using this package:
50
50
 
51
- [Join the Stacks Discord Server](https://discord.ow3.org)
51
+ [Join the Stacks Discord Server](https://discord.gg/stacksjs)
52
52
 
53
53
  ## ๐Ÿ™๐Ÿผ Credits
54
54
 
@@ -63,4 +63,4 @@ Many thanks to the following core technologies & people who have contributed to
63
63
 
64
64
  The MIT License (MIT). Please see [LICENSE](https://github.com/stacksjs/stacks/tree/main/LICENSE.md) for more information.
65
65
 
66
- Made with โค๏ธ
66
+ Made with ๐Ÿ’™