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

react-latex

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-latex - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

dist/latex.js

14

package.json
{
"name": "react-latex",
"version": "0.0.5",
"version": "0.0.6",
"description": "React component to render latex strings",

@@ -15,3 +15,3 @@ "homepage": "",

],
"main": "dist/index.js",
"main": "dist/latex.npm.js",
"keywords": [

@@ -27,4 +27,7 @@ "react",

"babel-core": "^5.5.0",
"babelify": "^6.1.3",
"browserify": "^11.0.1",
"gulp": "^3.6.0",
"gulp-babel": "^5.1.0",
"gulp-browserify": "^0.5.1",
"gulp-exclude-gitignore": "^1.0.0",

@@ -37,4 +40,7 @@ "gulp-istanbul": "^0.9.0",

"gulp-plumber": "^1.0.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.2.0",
"jshint-stylish": "^1.0.0",
"react": "^0.13.3"
"react": "^0.13.3",
"vinyl-source-stream": "^1.1.0"
},

@@ -47,4 +53,4 @@ "scripts": {

"dependencies": {
"katex": "^0.4.0"
"katex": "^0.5.0"
}
}

@@ -1,2 +0,2 @@

# react-latex [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url]
# react-latex [![NPM version][npm-image]][npm-url][![Dependency Status][daviddm-image]][daviddm-url]
> React component to render latex strings, based on [Katex](https://github.com/Khan/KaTeX)

@@ -14,2 +14,3 @@

In javascript
```js

@@ -29,2 +30,14 @@ var Latex = require('react-latex');

Include in your html Katex CSS
```html
<html>
<head>
<link href="//cdnjs.cloudflare.com/ajax/libs/KaTeX/0.3.0/katex.min.css" rel="stylesheet">
</head>
</html>
```
## License

@@ -31,0 +44,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