You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+25-9Lines changed: 25 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,24 +2,31 @@
2
2
3
3
# Simple OpenSSL for Javascript
4
4
5
-
Execute `OpenSSL` commands directly from JavaScript. Provides a simple, cross-platform interface for cryptographic operations, certificate management, and security tasks.
5
+
Execute `OpenSSL` commands directly from `JavaScript`.
6
+
7
+
Provides a simple, cross-platform interface for cryptographic operations, certificate management, and security tasks.
Copy file name to clipboardExpand all lines: package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"name": "simple-open-ssl",
3
3
"author": "FirstTimeEZ",
4
-
"version": "1.0.6",
4
+
"version": "1.0.7",
5
5
"description": "Execute OpenSSL commands directly from JavaScript. Provides a simple, cross-platform interface for cryptographic operations, certificate management, and security tasks.",
0 commit comments