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

@expressive-code/plugin-text-markers

Package Overview
Dependencies
Maintainers
1
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@expressive-code/plugin-text-markers - npm Package Compare versions

Comparing version 0.38.3 to 0.39.0

2

dist/index.js

@@ -440,3 +440,3 @@ var __create = Object.create;

let label = void 0;
const range = value.replace(/^\s*?(["'])([^\1]+?)\1:\s*?/, (_match, _quote, labelValue) => {
const range = value.replace(/^\s*?(["'])((?:(?!\1).)+?)\1:\s*?/, (_match, _quote, labelValue) => {
label = labelValue;

@@ -443,0 +443,0 @@ return "";

{
"name": "@expressive-code/plugin-text-markers",
"version": "0.38.3",
"version": "0.39.0",
"description": "Text marker plugin for Expressive Code, a text marking & annotation engine for presenting source code on the web.",

@@ -25,8 +25,8 @@ "keywords": [],

"dependencies": {
"@expressive-code/core": "^0.38.3"
"@expressive-code/core": "^0.39.0"
},
"devDependencies": {
"@expressive-code/plugin-shiki": "^0.38.3",
"@expressive-code/plugin-shiki": "^0.39.0",
"parse-numeric-range": "^1.3.0",
"@internal/test-utils": "^0.2.31"
"@internal/test-utils": "^0.2.32"
},

@@ -33,0 +33,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

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