Socket
Socket
Sign inDemoInstall

highlight.js

Package Overview
Dependencies
Maintainers
2
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

highlight.js - npm Package Compare versions

Comparing version 9.15.7 to 9.15.8

2

lib/languages/bash.js

@@ -11,3 +11,3 @@ module.exports = function(hljs) {

className: 'string',
begin: /(?<!\\)"/, end: /(?<!\\)"/,
begin: /"/, end: /"/,
contains: [

@@ -14,0 +14,0 @@ hljs.BACKSLASH_ESCAPE,

@@ -9,3 +9,3 @@ {

"homepage": "https://highlightjs.org/",
"version": "9.15.7",
"version": "9.15.8",
"author": {

@@ -1079,6 +1079,2 @@ "name": "Ivan Sagalaev",

"email": "jinaidy93@gmail.com"
},
{
"name": "Taif Alimov",
"email": "inzeppelin@gmail.com"
}

@@ -1085,0 +1081,0 @@ ],

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