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

bright

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bright - npm Package Compare versions

Comparing version 0.7.1 to 0.7.2

4

dist/index.js

@@ -358,3 +358,3 @@ "use strict";

}) {
const lineNumbersStyle = lineNumbers ? "" : `[data-bright-theme] [data-bright-ln] {
const lineNumbersStyle = `[data-bright-theme] [data-bright-ln] {
color: var(--line-number-color);

@@ -368,3 +368,3 @@ margin-right: 1.5ch;

[data-bright-theme] ::selection { background-color: var(--selection-background) }
${lineNumbersStyle}
${lineNumbers ? lineNumbersStyle : ""}
`;

@@ -371,0 +371,0 @@ return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("style", { dangerouslySetInnerHTML: { __html: css } });

{
"name": "bright",
"version": "0.7.1",
"version": "0.7.2",
"main": "./dist/index.js",

@@ -5,0 +5,0 @@ "module": "./dist/index.mjs",

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