@push.rocks/smartsecret 1.0.2 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,5 +4,11 @@ import * as crypto from 'crypto';
4
4
  import * as fs from 'fs';
5
5
  import * as os from 'os';
6
6
  import * as path from 'path';
7
+ import * as url from 'url';
7
8
 
8
- export { childProcess, crypto, fs, os, path };
9
+ // @push.rocks scope
10
+ import * as smartcrypto from '@push.rocks/smartcrypto';
11
+ import * as smartipc from '@push.rocks/smartipc';
12
+ import * as smartrust from '@push.rocks/smartrust';
13
+
14
+ export { childProcess, crypto, fs, os, path, url, smartcrypto, smartipc, smartrust };
package/npmextra.json DELETED
@@ -1,44 +0,0 @@
1
- {
2
- "npmci": {
3
- "npmAccessLevel": "public"
4
- },
5
- "gitzone": {
6
- "projectType": "npm",
7
- "module": {
8
- "githost": "code.foss.global",
9
- "gitscope": "push.rocks",
10
- "gitrepo": "smartsecret",
11
- "description": "OS keychain-based secret storage with encrypted-file fallback for Node.js.",
12
- "npmPackagename": "@push.rocks/smartsecret",
13
- "license": "MIT",
14
- "keywords": [
15
- "secret",
16
- "keychain",
17
- "credential",
18
- "vault",
19
- "encryption",
20
- "security",
21
- "keyring",
22
- "libsecret",
23
- "macos-keychain",
24
- "aes-256-gcm"
25
- ]
26
- },
27
- "release": {
28
- "registries": [
29
- "https://verdaccio.lossless.digital",
30
- "https://registry.npmjs.org"
31
- ],
32
- "accessLevel": "public"
33
- }
34
- },
35
- "@git.zone/cli": {
36
- "release": {
37
- "registries": [
38
- "https://verdaccio.lossless.digital",
39
- "https://registry.npmjs.org"
40
- ],
41
- "accessLevel": "public"
42
- }
43
- }
44
- }