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.1.0 to 1.2.0

lib/schema/lint-staged-npm.d.ts

4

lib/schema.d.ts

@@ -22,2 +22,4 @@ export declare type ScalarSchemaType = 'string' | 'number' | 'boolean' | `|${string},${string}` | 'unknown';

import type { NextRouterOptions } from './schema/next-router';
import type { PrettierOptions } from './schema/prettier';
import type { LintStagedNpmOptions } from './schema/lint-staged-npm';
export declare type Options = {

@@ -33,4 +35,6 @@ '@dotcom-tool-kit/eslint'?: ESLintOptions;

'@dotcom-tool-kit/next-router'?: NextRouterOptions;
'@dotcom-tool-kit/prettier'?: PrettierOptions;
'@dotcom-tool-kit/lint-staged-npm'?: LintStagedNpmOptions;
};
export {};
//# sourceMappingURL=schema.d.ts.map

2

package.json
{
"name": "@dotcom-tool-kit/types",
"version": "1.1.0",
"version": "1.2.0",
"description": "",

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

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