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.0.0-alpha.3 to 4.0.0-alpha.4

6

lib/functions.js

@@ -78,8 +78,8 @@ import { decode as decodeHtmlEntities } from 'html-entities';

}
catch (e) {
if (e instanceof URIError) {
catch (error) {
if (error instanceof URIError) {
return href;
}
throw e;
throw error;
}
}
{
"name": "@markuplint/shared",
"version": "4.0.0-alpha.3",
"version": "4.0.0-alpha.4",
"description": "Shared functions for Markuplint",

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

},
"gitHead": "380836f7adc1ff7e8eaf9d869e68d29eee8f3b7e"
"gitHead": "991b3aef77fde42c79343ee8c807257a35c589d7"
}
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