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

@markuplint/selector

Package Overview
Dependencies
Maintainers
1
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@markuplint/selector - npm Package Compare versions

Comparing version 3.11.0 to 3.11.1

2

lib/compare-specificity.d.ts
import type { Specificity } from './types';
export declare function compareSpecificity(a: Specificity, b: Specificity): 0 | 1 | -1;
export declare function compareSpecificity(a: Specificity, b: Specificity): 1 | 0 | -1;
{
"name": "@markuplint/selector",
"version": "3.11.0",
"version": "3.11.1",
"description": "Extended W3C Selectors matcher",

@@ -23,14 +23,14 @@ "repository": "git@github.com:markuplint/markuplint.git",

"dependencies": {
"@markuplint/ml-spec": "3.11.0",
"@markuplint/ml-spec": "3.11.1",
"@types/debug": "^4.1.8",
"debug": "^4.3.4",
"postcss-selector-parser": "^6.0.13",
"tslib": "^2.6.0",
"type-fest": "^3.12.0"
"tslib": "^2.6.2",
"type-fest": "^4.3.1"
},
"devDependencies": {
"@types/jsdom": "21.1.1",
"@types/jsdom": "21.1.2",
"jsdom": "22.1.0"
},
"gitHead": "4ab20276db48a6acb29a923ea8666890ca853442"
"gitHead": "09100b8baa14dd930602daa458197322197c79c2"
}
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