Socket
Socket
Sign inDemoInstall

micro-aes-gcm

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

micro-aes-gcm - npm Package Compare versions

Comparing version 0.3.2 to 0.3.3

6

index.d.ts

@@ -12,3 +12,7 @@ declare function hexToBytes(hex: string): Uint8Array;

};
export {};
declare const aes: {
encrypt: typeof encrypt;
decrypt: typeof decrypt;
};
export default aes;
//# sourceMappingURL=index.d.ts.map

@@ -104,1 +104,3 @@ import * as nodeCrypto from 'crypto';

};
const aes = { encrypt, decrypt };
export default aes;

2

package.json
{
"name": "micro-aes-gcm",
"version": "0.3.2",
"version": "0.3.3",
"description": "Simple 0-dep wrapper over node.js/browser AES-GCM.",

@@ -5,0 +5,0 @@ "main": "index.js",

Sorry, the diff of this file is not supported yet

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