Comparing version 0.12.0 to 0.13.0
{ | ||
"main": "./lib/keytar.js", | ||
"name": "keytar", | ||
"description": "Bindings to Mac OS X Keychain", | ||
"version": "0.12.0", | ||
"description": "Bindings to native Mac/Windows password APIs", | ||
"version": "0.13.0", | ||
"licenses": [ | ||
@@ -20,2 +20,11 @@ { | ||
"homepage": "http://atom.github.io/node-keytar", | ||
"keywords": [ | ||
"keychain", | ||
"password", | ||
"passwords", | ||
"credential", | ||
"credentials", | ||
"vault", | ||
"credential vault" | ||
], | ||
"scripts": { | ||
@@ -22,0 +31,0 @@ "prepublish": "grunt clean coffee lint", |
@@ -1,5 +0,5 @@ | ||
# keytar - Keychain Node Module | ||
# keytar - Native Password Node Module | ||
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 | ||
passwords are managed by the Keychain, and on Windows they are managed by the | ||
Credential Vault. | ||
@@ -6,0 +6,0 @@ |
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
13581