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 2.2.0 to 2.2.1

16

package.json
{
"name": "lowlight",
"version": "2.2.0",
"version": "2.2.1",
"description": "Virtual syntax highlighting for virtual DOMs and non-HTML things",

@@ -27,3 +27,6 @@ "license": "MIT",

],
"sideEffects": false,
"sideEffects": [
"lib/all.js",
"lib/common.js"
],
"type": "module",

@@ -52,4 +55,4 @@ "main": "index.js",

"rehype": "^12.0.0",
"remark-cli": "^9.0.0",
"remark-preset-wooorm": "^8.0.0",
"remark-cli": "^10.0.0",
"remark-preset-wooorm": "^9.0.0",
"rimraf": "^3.0.0",

@@ -61,3 +64,3 @@ "tape": "^5.0.0",

"unist-util-remove-position": "^4.0.0",
"xo": "^0.42.0"
"xo": "^0.44.0"
},

@@ -84,4 +87,3 @@ "scripts": {

"rules": {
"node/file-extension-in-import": "off",
"unicorn/prefer-node-protocol": "off"
"node/file-extension-in-import": "off"
}

@@ -88,0 +90,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