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.1 to 2.0.2

2

package.json
{
"name": "crypto-aes-gcm",
"version": "2.0.1",
"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)",

@@ -5,0 +5,0 @@ "type": "module",

@@ -12,3 +12,3 @@ # crypto-aes-gcm

```js
import { aes_gcm_encrypt, aes_gcm_decrypt } from '../index.js';
import { aes_gcm_encrypt, aes_gcm_decrypt } from 'crypto-aes-gcm';
const password = '123456';

@@ -15,0 +15,0 @@ const message = 'i will never let you go';

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