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

bs-react-syntax-highlighter

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bs-react-syntax-highlighter - npm Package Versions

0.3.0

Diff

Changelog

Source

0.3.0 (2020-09-22)

⚠ BREAKING CHANGES

  • bindings: rows and children are now Arrays, not lists.

  • api: JSX 2 version removed, as bs-platform@8 doesn't support it anymore

  • api: get rid of JSX 2 version (251247f)

  • bindings: replace list with array (b8357fe)

erykpiast
published 0.2.2 •

Changelog

Source

0.2.2 (2020-05-26)

erykpiast
published 0.2.1 •

Changelog

Source

0.2.1 (2020-01-25)

Bug Fixes

  • api: type *Tag properties properly (4ac3f1f)
erykpiast
published 0.2.0 •

Changelog

Source

0.2.0 (2020-01-04)

⚠ BREAKING CHANGES

  • api: lineProps accepts polymorphic variant instead of ReactDOMRe.props type

Change the existing code as follows:

-let props = ReactDOMRe.props(~className="foobar", ());
+let props = `Plain( ReactDOMRe.props(~className="foobar", ()) );

<ReactSyntaxHighlighter.Prism lineProps={props}>
  {"foobar"}
</ReactSyntaxHighlighter.Prism>

Features

  • api: add support for defining lineProps as a function (6b38614)
erykpiast
published 0.1.1 •

Changelog

Source

0.1.1 (2020-01-01)

Bug Fixes

  • lint: change letter case for excluded word (b5f6695)
erykpiast
published 0.1.0 •

Changelog

Source

0.1.0 (2020-01-01)

Initial release.

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

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