@dennisameling/keytar-temp
Advanced tools
Comparing version 7.4.99-beta to 7.4.100-beta
@@ -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. |
@@ -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
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
48764