Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@favware/syntax-highlighter-react

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@favware/syntax-highlighter-react - npm Package Compare versions

Comparing version
0.1.0-alpha.1
to
0.1.0-alpha.2
+8
-7
CHANGELOG.md

@@ -6,23 +6,24 @@ # Change Log

# [0.1.0-alpha.1](https://github.com/favware/syntax-highlighter/compare/v0.1.0-alpha.0...v0.1.0-alpha.1) (2020-06-11)
# [0.1.0-alpha.2](https://github.com/favware/syntax-highlighter/compare/v0.1.0-alpha.1...v0.1.0-alpha.2) (2020-06-11)
**Note:** Version bump only for package @favware/syntax-highlighter-react
### Bug Fixes
* **react:** fixed react build ([bab8808](https://github.com/favware/syntax-highlighter/commit/bab88081665b00db36ceb32c047fbc65c32e85e0))
### Features
* **core:** support TSX syntax ([fedd28c](https://github.com/favware/syntax-highlighter/commit/fedd28c41281d25ae78dbb92988f44525a3c46f2))
# [0.1.0-alpha.1](https://github.com/favware/syntax-highlighter/compare/v0.1.0-alpha.0...v0.1.0-alpha.1) (2020-06-11)
### Bug Fixes
- **react:** fixed react build ([bab8808](https://github.com/favware/syntax-highlighter/commit/bab88081665b00db36ceb32c047fbc65c32e85e0))
### Features
- **core:** support TSX syntax ([fedd28c](https://github.com/favware/syntax-highlighter/commit/fedd28c41281d25ae78dbb92988f44525a3c46f2))
# 0.1.0-alpha.0 (2020-06-11)
### Features
* rewrite to mono repo ([a6b1a6c](https://github.com/favware/syntax-highlighter/commit/a6b1a6c63cf0770de2c95a324338597b3bfce6cd))
- rewrite to mono repo ([a6b1a6c](https://github.com/favware/syntax-highlighter/commit/a6b1a6c63cf0770de2c95a324338597b3bfce6cd))
{
"name": "@favware/syntax-highlighter-react",
"version": "0.1.0-alpha.1",
"description": "React bindings for @skyra/syntax-highlighter-core",
"version": "0.1.0-alpha.2",
"description": "React bindings for @favware/syntax-highlighter-core",
"author": "@favware",

@@ -61,3 +61,3 @@ "license": "MIT",

],
"gitHead": "add8142dbeaab87fc34a76de6c6538eb23aab88f"
"gitHead": "e3e6b1fe9918d0210183bb738a590b930cc228bb"
}

@@ -43,2 +43,10 @@ <div align="center">

**_Table of Contents_**
- [Why yet another code highlighter?](#why-yet-another-code-highlighter)
- [Features](#features)
- [Installation](#installation)
- [Usage](#usage)
- [Supported Languages](#supported-languages)
# Why yet another code highlighter?

@@ -45,0 +53,0 @@