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

@markuplint/shared

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@markuplint/shared - npm Package Compare versions

Comparing version 4.4.3 to 4.4.4

6

CHANGELOG.md

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

## [4.4.3](https://github.com/markuplint/markuplint/compare/@markuplint/shared@4.4.2...@markuplint/shared@4.4.3) (2024-06-25)
## [4.4.4](https://github.com/markuplint/markuplint/compare/@markuplint/shared@4.4.3...@markuplint/shared@4.4.4) (2024-09-02)

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

## [4.4.3](https://github.com/markuplint/markuplint/compare/@markuplint/shared@4.4.2...@markuplint/shared@4.4.3) (2024-06-25)
**Note:** Version bump only for package @markuplint/shared
## [4.4.2](https://github.com/markuplint/markuplint/compare/@markuplint/shared@4.4.1...@markuplint/shared@4.4.2) (2024-06-09)

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

2

lib/functions.js

@@ -13,3 +13,3 @@ import { decode as decodeHtmlEntities } from 'html-entities';

export function toNoEmptyStringArrayFromStringOrArray(value) {
const array = typeof value === 'string' ? [value] : value ?? [];
const array = typeof value === 'string' ? [value] : (value ?? []);
return array.filter(noEmptyFilter);

@@ -16,0 +16,0 @@ }

{
"name": "@markuplint/shared",
"version": "4.4.3",
"version": "4.4.4",
"description": "Shared functions for Markuplint",

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

},
"gitHead": "05fdca254661ec335ff0cae4c6a11db164b032b9"
"gitHead": "77cd5a25d5cf28c83253b7bfe02cd25b54e236b0"
}
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