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.1 to 3.12.0

2

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

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

"dependencies": {
"@markuplint/ml-spec": "3.11.1",
"@markuplint/ml-spec": "3.12.0",
"@types/debug": "^4.1.8",

@@ -35,3 +35,3 @@ "debug": "^4.3.4",

},
"gitHead": "09100b8baa14dd930602daa458197322197c79c2"
"gitHead": "ef31aef8f2fff319d0f692feead332ec5fc5c7cf"
}
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