react-latex
Advanced tools
Comparing version 0.0.5 to 0.0.6
{ | ||
"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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1298598
6
27628
52
18
3
260
1
+ Addedkatex@0.5.1(transitive)
- Removedkatex@0.4.3(transitive)
Updatedkatex@^0.5.0