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
1.0.0
to
1.0.1
+8
-0
CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [1.0.1](https://github.com/favware/syntax-highlighter/compare/v1.0.0...v1.0.1) (2020-08-06)
**Note:** Version bump only for package @favware/syntax-highlighter-react
# [1.0.0](https://github.com/favware/syntax-highlighter/compare/v0.1.0-alpha.3...v1.0.0) (2020-06-12)

@@ -8,0 +16,0 @@

+5
-5
{
"name": "@favware/syntax-highlighter-react",
"version": "1.0.0",
"version": "1.0.1",
"description": "React bindings for @favware/syntax-highlighter-core",

@@ -10,3 +10,3 @@ "author": "@favware",

"typings": "dist/index.d.ts",
"homepage": "https://github.com/favware/syntax-highlighter/tree/master/packages/react#readme",
"homepage": "https://github.com/favware/syntax-highlighter/tree/main/packages/react#readme",
"scripts": {

@@ -17,4 +17,4 @@ "build": "rollup -c rollup.config.ts"

"@rollup/plugin-commonjs": "^13.0.0",
"@rollup/plugin-node-resolve": "^8.0.1",
"rollup": "^2.15.0",
"@rollup/plugin-node-resolve": "^8.1.0",
"rollup": "^2.18.0",
"rollup-plugin-cleaner": "^1.0.0",

@@ -63,3 +63,3 @@ "rollup-plugin-peer-deps-external": "^2.2.2",

],
"gitHead": "083735a85be79c40c7ab93e0e86782c77b7841b3"
"gitHead": "6e6bf2c0317194a16a7a5a1ac8e695974b8a59c7"
}

@@ -12,3 +12,3 @@ <div align="center">

<p>
<a href="https://github.com/favware/syntax-highlighter/blob/master/LICENSE.md">
<a href="https://github.com/favware/syntax-highlighter/blob/main/LICENSE.md">
<img src="https://img.shields.io/github/license/favware/syntax-highlighter?logo=github&maxAge=3600&style=flat-square" alt="NPM version" />

@@ -72,4 +72,2 @@ </a>

Check out the [live demo](https://syntax-highlighter.now.sh/) for further examples.
# Installation

@@ -76,0 +74,0 @@