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.2.0 to 0.3.0

index.mjs

15

package.json
{
"name": "micro-aes-gcm",
"version": "0.2.0",
"version": "0.3.0",
"description": "Simple 0-dep wrapper over node.js/browser AES-GCM.",
"main": "index.js",
"module": "index.mjs",
"type": "module",
"files": [
"index.js",
"index.d.ts"
"index.mjs"
],
"browser": {
"crypto": false
},
"scripts": {
"test": "node test.js"
"test": "node test.mjs"
},

@@ -21,3 +24,3 @@ "author": "Paul Miller (https://paulmillr.com)",

"devDependencies": {
"@types/node": "^12",
"@types/node": "^18",
"micro-should": "0.1.0"

@@ -24,0 +27,0 @@ },

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