@blockstack/keychain
Advanced tools
@@ -25,3 +25,3 @@ /// <reference types="node" /> | ||
| export declare const makeReadOnlyGaiaConfig: ({ readURL, privateKey, }: ReadOnlyGaiaConfigOptions) => GaiaHubConfig; | ||
| export declare const uploadToGaiaHub: (filename: string, contents: string | Blob | Buffer | ArrayBufferView, hubConfig: GaiaHubConfig) => Promise<string>; | ||
| export declare const uploadToGaiaHub: (filename: string, contents: Blob | Buffer | ArrayBufferView | string, hubConfig: GaiaHubConfig) => Promise<string>; | ||
| export {}; |
+3
-3
| { | ||
| "name": "@blockstack/keychain", | ||
| "version": "0.12.1", | ||
| "version": "0.12.2-alpha.718aa48.0", | ||
| "description": "A package for managing Blockstack keychains", | ||
@@ -59,3 +59,3 @@ "main": "./dist/index.js", | ||
| "dependencies": { | ||
| "@blockstack/rpc-client": "^0.3.0-alpha.15", | ||
| "@blockstack/rpc-client": "^0.3.1-alpha.718aa48.0", | ||
| "@blockstack/stacks-transactions": "0.5.1", | ||
@@ -75,3 +75,3 @@ "bip39": "^3.0.2", | ||
| }, | ||
| "gitHead": "93f9cd7a461e8d565f76411f8cbe016ee17bb46f" | ||
| "gitHead": "3b5a2162044ef49a8b0e5e6789269e4db2f08641" | ||
| } |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
730083
0+ Added
+ Added
+ Added
+ Added
- Removed
- Removed