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

node-aes-gcm

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-aes-gcm - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

12

package.json
{
"name": "node-aes-gcm",
"version": "0.1.6",
"version": "0.1.7",
"description": "AES GCM module for node.js that takes advantage of GCM authentication",
"main": "build/Release/node_aes_gcm.node",
"engines": {
"node": ">=0.12"
"node": ">= 0.12"
},

@@ -17,5 +17,5 @@ "scripts": {

"devDependencies": {
"should": "^5.2.0",
"buffertools": "^2.1.2",
"mocha": "^2.2.1"
"should": "8.x.x",
"buffertools": "2.1.x",
"mocha": "2.x.x"
},

@@ -38,4 +38,4 @@ "keywords": [

"dependencies": {
"nan": "~2.0.9"
"nan": "2.3.x"
}
}

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