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.5 to 0.1.6

.travis.yml

12

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

@@ -26,3 +29,6 @@ "test": "mocha -R spec"

],
"author": "Patrick Van Oosterwijck",
"author": "Patrick Van Oosterwijck <patrick@silicognition.com>",
"contributors": [
"Jonathan Lima"
],
"license": "MIT",

@@ -32,4 +38,4 @@ "gypfile": true,

"dependencies": {
"nan": "^1.7.0"
"nan": "~2.0.9"
}
}
node-aes-gcm
============
[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url]

@@ -110,1 +111,8 @@ [AES][] [GCM][] module for [node.js][node] using OpenSSL

[npm-image]: https://badge.fury.io/js/node-aes-gcm.svg
[npm-url]: https://npmjs.org/package/node-aes-gcm
[travis-image]: https://travis-ci.org/xorbit/node-aes-gcm.svg?branch=master
[travis-url]: https://travis-ci.org/xorbit/node-aes-gcm
[daviddm-image]: https://david-dm.org/xorbit/node-aes-gcm.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/xorbit/node-aes-gcm

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