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

@atlaskit/editor-markdown-transformer

Package Overview
Dependencies
Maintainers
0
Versions
234
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/editor-markdown-transformer - npm Package Compare versions

Comparing version 5.11.1 to 5.12.0

2

dist/cjs/media.js

@@ -12,3 +12,3 @@ "use strict";

var regx = /!\[([^\]]*)\]\(([^)]*?)\s*(?:"([^")]*)"\s*)?\)/g;
var validParentTokens = ['th_open', 'td_open', 'list_item_open'];
var validParentTokens = ['th_open', 'td_open', 'list_item_open', 'blockquote_open'];

@@ -15,0 +15,0 @@ /**

function createRule() {
const regx = /!\[([^\]]*)\]\(([^)]*?)\s*(?:"([^")]*)"\s*)?\)/g;
const validParentTokens = ['th_open', 'td_open', 'list_item_open'];
const validParentTokens = ['th_open', 'td_open', 'list_item_open', 'blockquote_open'];

@@ -5,0 +5,0 @@ /**

@@ -5,3 +5,3 @@ import _slicedToArray from "@babel/runtime/helpers/slicedToArray";

var regx = /!\[([^\]]*)\]\(([^)]*?)\s*(?:"([^")]*)"\s*)?\)/g;
var validParentTokens = ['th_open', 'td_open', 'list_item_open'];
var validParentTokens = ['th_open', 'td_open', 'list_item_open', 'blockquote_open'];

@@ -8,0 +8,0 @@ /**

{
"name": "@atlaskit/editor-markdown-transformer",
"version": "5.11.1",
"version": "5.12.0",
"description": "Editor Markdown transformer",

@@ -5,0 +5,0 @@ "publishConfig": {

Sorry, the diff of this file is too big to display

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