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

@markuplint/selector

Package Overview
Dependencies
Maintainers
0
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 4.6.4 to 4.6.5

9

CHANGELOG.md

@@ -6,13 +6,16 @@ # Change Log

## [4.6.4](https://github.com/markuplint/markuplint/compare/@markuplint/selector@4.6.3...@markuplint/selector@4.6.4) (2024-06-09)
## [4.6.5](https://github.com/markuplint/markuplint/compare/@markuplint/selector@4.6.4...@markuplint/selector@4.6.5) (2024-06-25)
**Note:** Version bump only for package @markuplint/selector
### Bug Fixes
* fix to export type files ([eff4bbf](https://github.com/markuplint/markuplint/commit/eff4bbfd127574809dc5e15d7cafe87699758ee0))
## [4.6.4](https://github.com/markuplint/markuplint/compare/@markuplint/selector@4.6.3...@markuplint/selector@4.6.4) (2024-06-09)
### Bug Fixes
- fix to export type files ([eff4bbf](https://github.com/markuplint/markuplint/commit/eff4bbfd127574809dc5e15d7cafe87699758ee0))
## [4.6.3](https://github.com/markuplint/markuplint/compare/@markuplint/selector@4.6.2...@markuplint/selector@4.6.3) (2024-05-28)

@@ -19,0 +22,0 @@

@@ -454,5 +454,3 @@ var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {

const not = [];
// @ts-ignore
if (this.tag && this.tag._namespace) {
// @ts-ignore
const namespace = `${this.tag._namespace}`.toLowerCase();

@@ -459,0 +457,0 @@ switch (namespace) {

{
"name": "@markuplint/selector",
"version": "4.6.4",
"version": "4.6.5",
"description": "Extended W3C Selectors matcher",

@@ -28,7 +28,7 @@ "repository": "git@github.com:markuplint/markuplint.git",

"dependencies": {
"@markuplint/ml-spec": "4.6.2",
"@markuplint/ml-spec": "4.6.3",
"@types/debug": "4.1.12",
"debug": "4.3.5",
"postcss-selector-parser": "6.1.0",
"type-fest": "4.20.0"
"type-fest": "4.20.1"
},

@@ -39,3 +39,3 @@ "devDependencies": {

},
"gitHead": "0200dc1f7b1ffa7455b889696153e25dbae8241f"
"gitHead": "05fdca254661ec335ff0cae4c6a11db164b032b9"
}
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