Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

crypto-aes-gcm

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crypto-aes-gcm - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

20

package.json
{
"name": "crypto-aes-gcm",
"version": "2.0.2",
"description": "Uses the SubtleCrypto interface of the Web Cryptography API to encrypt and decrypt text using AES-GCM (AES Galois counter mode)",
"type": "module",
"exports": "./index.js",
"scripts": {
"test": "node tests/node.js"
},
"name": "crypto-aes-gcm",
"version": "2.0.3",
"description": "Uses the SubtleCrypto interface of the Web Cryptography API to encrypt and decrypt text using AES-GCM (AES Galois counter mode)",
"type": "module",
"exports": "./index.js",
"scripts": {
"test": "node tests/node.js"
},
"files": ["index.js"],
"repository": "korywka/crypto-aes-gcm",
"license": "MIT"
"repository": "korywka/crypto-aes-gcm",
"license": "MIT"
}
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc