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

@markuplint/types

Package Overview
Dependencies
Maintainers
0
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 4.6.2 to 4.6.3

6

CHANGELOG.md

@@ -6,3 +6,3 @@ # Change Log

## [4.6.2](https://github.com/markuplint/markuplint/compare/@markuplint/types@4.6.1...@markuplint/types@4.6.2) (2024-10-15)
## [4.6.3](https://github.com/markuplint/markuplint/compare/@markuplint/types@4.6.2...@markuplint/types@4.6.3) (2024-10-27)

@@ -15,2 +15,6 @@ **Note:** Version bump only for package @markuplint/types

## [4.6.2](https://github.com/markuplint/markuplint/compare/@markuplint/types@4.6.1...@markuplint/types@4.6.2) (2024-10-15)
**Note:** Version bump only for package @markuplint/types
## [4.6.1](https://github.com/markuplint/markuplint/compare/@markuplint/types@4.6.0...@markuplint/types@4.6.1) (2024-10-14)

@@ -17,0 +21,0 @@

2

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

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

readonly 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 & {

@@ -27,3 +27,3 @@ import type { TokenValue } from './types.js';

cache?: boolean;
}): UnmatchedResult | import("../types.js").MatchedResult;
}): import("../types.js").MatchedResult | UnmatchedResult;
chunk(split: number): TokenCollection[];

@@ -30,0 +30,0 @@ compareTokens(callback: (prev: Readonly<Token>, current: Readonly<Token>) => Readonly<Token> | null | void): Readonly<Token> | null | undefined;

{
"name": "@markuplint/types",
"version": "4.6.2",
"version": "4.6.3",
"description": "Type declaration and value checker",

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

"dependencies": {
"@markuplint/shared": "4.4.7",
"@markuplint/shared": "4.4.8",
"@types/css-tree": "2.3.8",

@@ -44,3 +44,3 @@ "@types/debug": "4.1.12",

},
"gitHead": "c8c82d36c2e48d191091cbc22ca1b99ed0704b9f"
"gitHead": "fab5b494f0bdc491aa83cb2c8722738d557fbefd"
}
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