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

@github/paste-markdown

Package Overview
Dependencies
Maintainers
20
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@github/paste-markdown - npm Package Compare versions

Comparing version 1.3.3 to 1.3.4

3

dist/index.esm.js

@@ -292,4 +292,5 @@ function insertText(textarea, text) {

}
const URL_REGEX = /https?:\/\/(www\.)?[-a-zA-Z0-9@:%._+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\/?\s*?$/i;
function isURL(url) {
return /^https?:\/\//i.test(url);
return URL_REGEX.test(url);
}

@@ -296,0 +297,0 @@

@@ -298,4 +298,5 @@ (function (global, factory) {

}
const URL_REGEX = /https?:\/\/(www\.)?[-a-zA-Z0-9@:%._+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\/?\s*?$/i;
function isURL(url) {
return /^https?:\/\//i.test(url);
return URL_REGEX.test(url);
}

@@ -302,0 +303,0 @@

{
"name": "@github/paste-markdown",
"version": "1.3.3",
"version": "1.3.4",
"description": "Paste spreadsheet cells as a Markdown table.",

@@ -5,0 +5,0 @@ "repository": "github/paste-markdown",

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