Socket
Socket
Sign inDemoInstall

aes-256-gcm

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

4

package.json
{
"name": "aes-256-gcm",
"version": "1.0.0",
"version": "1.0.1",
"description": "Simplifies encryption/decryption using the AES 256 GCM algorithm.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"No test specified for aes-256-gcm\""
},

@@ -9,0 +9,0 @@ "repository": {

@@ -41,5 +41,5 @@ # AES-256-GCM encryption/decryption shortcuts #

{
ciphertext: '(string)',
iv: '(string)',
tag: '(string)'
"ciphertext": "(string)",
"iv": "(string)",
"tag": "(string)"
}

@@ -46,0 +46,0 @@ ```

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc