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

@dennisameling/keytar-temp

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dennisameling/keytar-temp - npm Package Compare versions

Comparing version 7.4.99-beta to 7.4.100-beta

0

keytar.d.ts

@@ -0,0 +0,0 @@ // Definitions by: Milan Burda <https://github.com/miniak>, Brendan Forster <https://github.com/shiftkey>, Hari Juturu <https://github.com/juturu>

@@ -0,0 +0,0 @@ var keytar = require('../build/Release/keytar.node')

@@ -0,0 +0,0 @@ Copyright (c) 2013 GitHub Inc.

13

package.json

@@ -6,3 +6,3 @@ {

"description": "Bindings to native Mac/Linux/Windows password APIs",
"version": "7.4.99-beta",
"version": "7.4.100-beta",
"license": "MIT",

@@ -39,5 +39,5 @@ "repository": {

"test": "npm run lint && npm rebuild && mocha --require babel-core/register spec/",
"prebuild-napi-x64": "prebuild -t 3 -r napi -a x64 --strip",
"prebuild-napi-ia32": "prebuild -t 3 -r napi -a ia32 --strip",
"prebuild-napi-arm64": "prebuild -t 3 -r napi -a arm64 --strip",
"prebuild-napi-x64": "prebuild -t 3 -t 6 -t 7 -r napi -a x64 --strip",
"prebuild-napi-ia32": "prebuild -t 7 -r napi -a ia32 --strip",
"prebuild-napi-arm64": "prebuild -t 7 -r napi -a arm64 --strip",
"upload": "node ./script/upload.js",

@@ -61,9 +61,8 @@ "postpublish": "git push --follow-tags"

"napi_versions": [
3
3, 6, 7
]
},
"config": {
"runtime": "napi",
"target": 3
"runtime": "napi"
}
}

@@ -0,0 +0,0 @@ # keytar - Node module to manage system keychain

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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