node-aes-gcm
Advanced tools
Comparing version 0.1.5 to 0.1.6
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24410
8
118
+ Addednan@2.0.9(transitive)
- Removednan@1.9.0(transitive)
Updatednan@~2.0.9