Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

keytar

Package Overview
Dependencies
Maintainers
1
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

keytar - npm Package Compare versions

Comparing version 0.6.0 to 0.7.0

9

package.json

@@ -5,3 +5,3 @@ {

"description": "Bindings to Mac OS X Keychain",
"version": "0.6.0",
"version": "0.7.0",
"licenses": [

@@ -20,8 +20,8 @@ {

},
"homepage": "http://atom.github.io/node-keytar",
"scripts": {
"prepublish": "grunt coffee",
"test": "jasmine-node --captureExceptions --coffee spec/"
"test": "jasmine-focused --captureExceptions --coffee spec/"
},
"devDependencies": {
"jasmine-node": "~1.5.0",
"grunt": "~0.4.1",

@@ -31,3 +31,4 @@ "grunt-contrib-coffee": "~0.6.6",

"grunt-shell": "~0.2.2",
"coffee-script": "~1.6.2"
"coffee-script": "~1.6.2",
"jasmine-focused": "~0.2.0"
},

@@ -34,0 +35,0 @@ "dependencies": {

@@ -1,4 +0,5 @@

# keytar - Mac OS X Keychain Node Module
# keytar - Keychain Node Module
Get, add, replace, and delete passwords in the Keychain.
A native Node module to get, add, replace, and delete passwords in the
Mac OS X Keychain.

@@ -69,3 +70,2 @@ ## Installing

Returns `true` on success, `false` on failure.
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