react-latex
Advanced tools
Comparing version 1.0.1 to 1.1.0
@@ -23,3 +23,4 @@ "use strict"; | ||
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; } /* eslint react/no-danger: 0 */ | ||
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; } | ||
/* eslint-disable eslint-plugin-import */ | ||
@@ -26,0 +27,0 @@ // Eslint doesn't like react being in peerDependencies |
@@ -1,13 +0,20 @@ | ||
CHANGELOG | ||
========= | ||
# CHANGELOG | ||
# 1.1.0 | ||
* Updated dependencies to React 16 | ||
* KaTeX updated to 0.8.2 | ||
# 1.0.0 | ||
- Katex updated to 0.7.1 | ||
- Minimum version of React bumped to 15.3.0 | ||
- Fixed `displayMode` not being sent properly to Katex | ||
* KaTeX updated to 0.7.1 | ||
* Minimum version of React bumped to 15.3.0 | ||
* Fixed `displayMode` not being sent properly to Katex | ||
# 0.1.1 | ||
- Fix gulp nsp | ||
* Fix gulp nsp | ||
# 0.1.0 | ||
- Added support for Katex displayMode (Thanks to @mathisonian) | ||
* Added support for Katex displayMode (Thanks to @mathisonian) |
102
package.json
{ | ||
"name": "react-latex", | ||
"version": "1.0.1", | ||
"description": "React component to render latex strings", | ||
"homepage": "", | ||
"repository": "zzish/react-latex", | ||
"author": { | ||
"name": "Zzish", | ||
"email": "developers@zzish.com", | ||
"url": "http://www.zzish.com" | ||
}, | ||
"files": [ | ||
"build" | ||
], | ||
"main": "build/latex.js", | ||
"keywords": [ | ||
"react", | ||
"latex", | ||
"zzish", | ||
"component", | ||
"react-component", | ||
"react-ui" | ||
], | ||
"peerDependencies": { | ||
"react": "^15.3.0" | ||
}, | ||
"devDependencies": { | ||
"babel-cli": "^6.24.1", | ||
"babel-core": "^6.24.1", | ||
"babel-plugin-transform-class-properties": "^6.24.1", | ||
"babel-preset-es2015": "^6.24.1", | ||
"babel-preset-react": "^6.24.1", | ||
"babel-register": "^6.24.1", | ||
"eslint": "^3.19.0", | ||
"eslint-config-zzish": "^0.6.1", | ||
"mocha": "^3.3.0", | ||
"prettier": "^1.2.2", | ||
"prop-types": "^15.5.0", | ||
"react-dom": "^15.5.4" | ||
}, | ||
"scripts": { | ||
"test": "mocha --compilers js:babel-register", | ||
"build": "mkdir build; babel ./src/latex.js --out-file ./build/latex.js", | ||
"lint": "eslint ./src/latex.js", | ||
"prepublish": "npm run build" | ||
}, | ||
"license": "MIT", | ||
"dependencies": { | ||
"katex": "^0.7.0" | ||
} | ||
"name": "react-latex", | ||
"version": "1.1.0", | ||
"description": "React component to render latex strings", | ||
"homepage": "", | ||
"repository": "zzish/react-latex", | ||
"author": { | ||
"name": "Zzish", | ||
"email": "developers@zzish.com", | ||
"url": "http://www.zzish.com" | ||
}, | ||
"files": [ | ||
"build" | ||
], | ||
"main": "build/latex.js", | ||
"keywords": [ | ||
"react", | ||
"latex", | ||
"zzish", | ||
"component", | ||
"react-component", | ||
"react-ui" | ||
], | ||
"peerDependencies": { | ||
"react": "^16.2.0" | ||
}, | ||
"devDependencies": { | ||
"babel-cli": "^6.24.1", | ||
"babel-core": "^6.24.1", | ||
"babel-plugin-transform-class-properties": "^6.24.1", | ||
"babel-preset-es2015": "^6.24.1", | ||
"babel-preset-react": "^6.24.1", | ||
"babel-register": "^6.24.1", | ||
"eslint": "^4.14.0", | ||
"eslint-config-zzish": "^0.8.0", | ||
"eslint-plugin-flowtype": "^2.40.1", | ||
"eslint-plugin-import": "^2.8.0", | ||
"eslint-plugin-jsx-a11y": "^6.0.3", | ||
"eslint-plugin-react": "^7.5.1", | ||
"mocha": "^3.3.0", | ||
"prettier": "^1.2.2", | ||
"prop-types": "^15.5.0", | ||
"react-dom": "^16.2.0" | ||
}, | ||
"scripts": { | ||
"test": "mocha --compilers js:babel-register", | ||
"build": "mkdir build; babel ./src/latex.js --out-file ./build/latex.js", | ||
"lint": "eslint ./src/latex.js", | ||
"prepublish": "npm run build" | ||
}, | ||
"license": "MIT", | ||
"dependencies": { | ||
"katex": "^0.8.3" | ||
} | ||
} |
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
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
8877
106
0
16
+ Addedkatex@0.8.3(transitive)
+ Addedreact@16.14.0(transitive)
- Removedasap@2.0.6(transitive)
- Removedcore-js@1.2.7(transitive)
- Removedcreate-react-class@15.7.0(transitive)
- Removedencoding@0.1.13(transitive)
- Removedfbjs@0.8.18(transitive)
- Removediconv-lite@0.6.3(transitive)
- Removedis-stream@1.1.0(transitive)
- Removedisomorphic-fetch@2.2.1(transitive)
- Removedkatex@0.7.1(transitive)
- Removednode-fetch@1.7.3(transitive)
- Removedpromise@7.3.1(transitive)
- Removedreact@15.7.0(transitive)
- Removedsafer-buffer@2.1.2(transitive)
- Removedsetimmediate@1.0.5(transitive)
- Removedua-parser-js@0.7.39(transitive)
- Removedwhatwg-fetch@3.6.20(transitive)
Updatedkatex@^0.8.3