Comparing version 0.10.0 to 0.11.0
@@ -5,3 +5,3 @@ { | ||
"description": "Bindings to Mac OS X Keychain", | ||
"version": "0.10.0", | ||
"version": "0.11.0", | ||
"licenses": [ | ||
@@ -22,3 +22,3 @@ { | ||
"scripts": { | ||
"prepublish": "grunt clean lint coffee", | ||
"prepublish": "grunt clean coffee lint", | ||
"test": "grunt test" | ||
@@ -32,5 +32,5 @@ }, | ||
"coffee-script": "~1.6.2", | ||
"jasmine-focused": "~0.7.0", | ||
"jasmine-focused": "~0.15.0", | ||
"rimraf": "~2.1.4", | ||
"node-cpplint": "~0.1.4", | ||
"node-cpplint": "~0.1.5", | ||
"grunt-coffeelint": "0.0.6" | ||
@@ -37,0 +37,0 @@ }, |
# keytar - Keychain Node Module | ||
A native Node module to get, add, replace, and delete passwords in the | ||
Mac OS X Keychain. | ||
A native Node module to get, add, replace, and delete passwords. On OS X the | ||
passwords are managed by Keychain, and on Windows they are managed by the | ||
Credential Vault. | ||
@@ -6,0 +7,0 @@ ## Installing |
Sorry, the diff of this file is not supported yet
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
11480
9
72