Socket
Socket
Sign inDemoInstall

lowlight

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lowlight - npm Package Compare versions

Comparing version 1.15.0 to 1.16.0

2

lib/core.js

@@ -50,3 +50,3 @@ 'use strict'

high.configure(before)
high.configure(before || {})

@@ -53,0 +53,0 @@ /* istanbul ignore if - Highlight.js seems to use this (currently) for broken

{
"name": "lowlight",
"version": "1.15.0",
"version": "1.16.0",
"description": "Virtual syntax highlighting for virtual DOMs and non-HTML things",

@@ -33,6 +33,6 @@ "license": "MIT",

"fault": "^1.0.0",
"highlight.js": "~10.2.0"
"highlight.js": "~10.3.0"
},
"devDependencies": {
"browserify": "^16.0.0",
"browserify": "^17.0.0",
"chalk": "^4.0.0",

@@ -42,12 +42,12 @@ "nyc": "^15.0.0",

"rehype": "^11.0.0",
"remark-cli": "^8.0.0",
"remark-preset-wooorm": "^7.0.0",
"remark-cli": "^9.0.0",
"remark-preset-wooorm": "^8.0.0",
"tape": "^5.0.0",
"tinyify": "^3.0.0",
"unist-util-remove-position": "^3.0.0",
"xo": "^0.33.0"
"xo": "^0.34.0"
},
"scripts": {
"generate": "node script/build-registry",
"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
"build-bundle": "browserify index.js -s lowlight > lowlight.js",

@@ -54,0 +54,0 @@ "build-mangle": "browserify index.js -s lowlight -p tinyify > lowlight.min.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