Socket
Socket
Sign inDemoInstall

@dotcom-tool-kit/vault

Package Overview
Dependencies
124
Maintainers
2
Versions
127
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.12 to 2.0.13

6

lib/index.d.ts
import type { Logger } from 'winston';
import { VaultOptions } from '@dotcom-tool-kit/types/lib/schema/vault';
export declare type Environment = 'production' | 'continuous-integration' | 'development';
export declare type VaultSettings = {
export type Environment = 'production' | 'continuous-integration' | 'development';
export type VaultSettings = {
environment: Environment;
vaultPath?: VaultOptions;
};
declare type Secrets = {
type Secrets = {
[key: string]: string;

@@ -10,0 +10,0 @@ };

@@ -5,6 +5,6 @@ "use strict";

const tslib_1 = require("tslib");
const n_fetch_1 = (0, tslib_1.__importDefault)(require("@financial-times/n-fetch"));
const n_fetch_1 = tslib_1.__importDefault(require("@financial-times/n-fetch"));
const fs_1 = require("fs");
const path_1 = (0, tslib_1.__importDefault)(require("path"));
const os_1 = (0, tslib_1.__importDefault)(require("os"));
const path_1 = tslib_1.__importDefault(require("path"));
const os_1 = tslib_1.__importDefault(require("os"));
const error_1 = require("@dotcom-tool-kit/error");

@@ -11,0 +11,0 @@ const options_1 = require("@dotcom-tool-kit/options");

{
"name": "@dotcom-tool-kit/vault",
"version": "2.0.12",
"version": "2.0.13",
"description": "",

@@ -11,4 +11,4 @@ "main": "lib",

"@dotcom-tool-kit/error": "^2.0.1",
"@dotcom-tool-kit/options": "^2.0.12",
"@dotcom-tool-kit/types": "^2.8.0",
"@dotcom-tool-kit/options": "^2.0.13",
"@dotcom-tool-kit/types": "^2.9.0",
"@financial-times/n-fetch": "^1.0.0-beta.7",

@@ -15,0 +15,0 @@ "fs": "0.0.1-security",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc