New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@markuplint/types

Package Overview
Dependencies
Maintainers
0
Versions
112
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.1 to 4.6.2

6

CHANGELOG.md

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

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

@@ -15,2 +15,6 @@ **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)
**Note:** Version bump only for package @markuplint/types
# [4.6.0](https://github.com/markuplint/markuplint/compare/@markuplint/types@4.5.4...@markuplint/types@4.6.0) (2024-09-23)

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

2

lib/token/token.d.ts

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

};
static getType(value: string, separators?: readonly string[]): 1 | 18 | 13;
static getType(value: string, separators?: readonly string[]): 1 | 13 | 18;
static shiftLocation(token: Readonly<Token>, offset: number): {

@@ -36,0 +36,0 @@ offset: number;

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

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

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

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

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