New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

simple-marked-sanitizer

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simple-marked-sanitizer - npm Package Compare versions

Comparing version 0.3.3 to 0.3.4

2

index.js

@@ -76,3 +76,3 @@ (function(root) {

var OPEN_TAG_REGEX = /^<([a-zA-Z0-9-]+)\s*(.*)?\/?>$/;
var OPEN_TAG_REGEX = /^<([a-zA-Z0-9-]+)\s*(.*)?\/?>$/s;
var CLOSE_TAG_REGEX = /^<\/([a-zA-Z0-9-]+)\s*>$/;

@@ -79,0 +79,0 @@

{
"name": "simple-marked-sanitizer",
"version": "0.3.3",
"version": "0.3.4",
"description": "Simple sanitizer for marked",

@@ -5,0 +5,0 @@ "main": "index.js",

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