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

@dotcom-tool-kit/types

Package Overview
Dependencies
Maintainers
2
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dotcom-tool-kit/types - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

lib/schema/next-router.d.ts

20

lib/schema.d.ts

@@ -13,3 +13,23 @@ export declare type ScalarSchemaType = 'string' | 'number' | 'boolean' | `|${string},${string}` | 'unknown';

};
import type { ESLintOptions } from './schema/eslint';
import type { HerokuOptions } from './schema/heroku';
import type { MochaOptions } from './schema/mocha';
import type { SmokeTestOptions } from './schema/n-test';
import type { UploadAssetsToS3Options } from './schema/upload-assets-to-s3';
import type { VaultOptions } from './schema/vault';
import type { WebpackOptions } from './schema/webpack';
import type { NodeOptions } from './schema/node';
import type { NextRouterOptions } from './schema/next-router';
export declare type Options = {
'@dotcom-tool-kit/eslint'?: ESLintOptions;
'@dotcom-tool-kit/heroku'?: HerokuOptions;
'@dotcom-tool-kit/mocha'?: MochaOptions;
'@dotcom-tool-kit/n-test'?: SmokeTestOptions;
'@dotcom-tool-kit/upload-assets-to-s3'?: UploadAssetsToS3Options;
'@dotcom-tool-kit/vault'?: VaultOptions;
'@dotcom-tool-kit/webpack'?: WebpackOptions;
'@dotcom-tool-kit/node'?: NodeOptions;
'@dotcom-tool-kit/next-router'?: NextRouterOptions;
};
export {};
//# sourceMappingURL=schema.d.ts.map

12

lib/schema/heroku.d.ts
import { SchemaOutput } from '../schema';
export declare const HerokuSchema: {
readonly pipeline: "string?";
readonly vaultTeam: "string?";
readonly vaultApp: "string?";
readonly systemCode: "string?";
readonly pipeline: "string";
readonly systemCode: "string";
};
export declare type HerokuOptions = SchemaOutput<typeof HerokuSchema>;
export declare const Schema: {
readonly pipeline: "string?";
readonly vaultTeam: "string?";
readonly vaultApp: "string?";
readonly systemCode: "string?";
readonly pipeline: "string";
readonly systemCode: "string";
};
//# sourceMappingURL=heroku.d.ts.map

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

exports.HerokuSchema = {
pipeline: 'string?',
vaultTeam: 'string?',
vaultApp: 'string?',
systemCode: 'string?'
pipeline: 'string',
systemCode: 'string'
};
exports.Schema = exports.HerokuSchema;
{
"name": "@dotcom-tool-kit/types",
"version": "1.0.1",
"version": "1.1.0",
"description": "",

@@ -5,0 +5,0 @@ "main": "lib",

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