Comparing version 0.0.20 to 0.0.21
@@ -1,3 +0,7 @@ | ||
0.0.20 03-07-2016 | ||
0.0.21 04-28-2016 | ||
----------------- | ||
- Updated nan.h dependency to 2.3.x series for Node 6.0. | ||
0.0.20 04-26-2016 | ||
----------------- | ||
- Updated nan.h dependency to 2.2.x series. | ||
@@ -4,0 +8,0 @@ - Fixed minor compilation warnings due to v8 C++ ABI changes. |
{ | ||
"name": "kerberos", | ||
"version": "0.0.20", | ||
"version": "0.0.21", | ||
"description": "Kerberos library for Node.js", | ||
@@ -16,3 +16,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"nan": "~2.2" | ||
"nan": "~2.3" | ||
}, | ||
@@ -19,0 +19,0 @@ "devDependencies": { |
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
202812