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

@markuplint/types

Package Overview
Dependencies
Maintainers
1
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@markuplint/types - npm Package Compare versions

Comparing version 1.0.0-dev.20220106.0 to 1.0.0-dev.20220112.0

2

lib/check-multi-types.d.ts
import type { CustomSyntaxCheck, UnmatchedResult } from './types';
export declare function checkMultiTypes(value: string, checks: CustomSyntaxCheck[]): UnmatchedResult | import("./types").MatchedResult;
export declare function checkMultiTypes(value: string, checks: CustomSyntaxCheck[]): import("./types").MatchedResult | UnmatchedResult;

@@ -5,3 +5,3 @@ import type { FormattedPrimitiveTypeCheck, MatchedResult, UnmatchedResult, UnmatchedResultOptions, UnmatchedResultReason } from './types';

reason?: UnmatchedResultReason;
}): (value: string) => UnmatchedResult | MatchedResult;
}): (value: string) => MatchedResult | UnmatchedResult;
export declare function matched(): MatchedResult;

@@ -8,0 +8,0 @@ export declare function unmatched(value: string, reason?: UnmatchedResultReason, options?: UnmatchedResultOptions & {

@@ -45,3 +45,3 @@ import type { UnmatchedResult } from '..';

cache?: boolean;
}): UnmatchedResult | import("..").MatchedResult;
}): import("..").MatchedResult | UnmatchedResult;
getConsecutiveToken(tokenType: number): Token | null;

@@ -48,0 +48,0 @@ takeTurns(tokenNumbers: ReadonlyArray<number>, lastTokenNumber?: number): {

{
"name": "@markuplint/types",
"version": "1.0.0-dev.20220106.0",
"version": "1.0.0-dev.20220112.0",
"description": "Types of attributes and properties and more",

@@ -32,3 +32,3 @@ "repository": "git@github.com:markuplint/markuplint.git",

},
"gitHead": "ae095a6ca5d8ee8590fe21310c097b47d6d79486"
"gitHead": "3c49355372683eaac471c753374fba55b35ca59f"
}

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