@nteract/mathjax
Advanced tools
Comparing version 4.0.8-alpha.0 to 4.0.8
{ | ||
"name": "@nteract/mathjax", | ||
"version": "4.0.8-alpha.0", | ||
"version": "4.0.8", | ||
"description": "React components for MathJax", | ||
@@ -11,4 +11,7 @@ "main": "lib/index.js", | ||
}, | ||
"scripts": {}, | ||
"repository": "https://github.com/nteract/nteract/tree/master/packages/mathjax", | ||
"scripts": { | ||
"build": "tsc -b", | ||
"test": "jest" | ||
}, | ||
"repository": "https://github.com/nteract/mathjax", | ||
"keywords": [ | ||
@@ -20,5 +23,17 @@ "mathjax" | ||
"dependencies": { | ||
"load-script": "^1.0.0" | ||
"load-script": "^1.0.0", | ||
"react": "^16.13.0", | ||
"react-dom": "^16.13.0" | ||
}, | ||
"gitHead": "50d536136c201cf7838b438b33ad1b90bf168819" | ||
"devDependencies": { | ||
"@types/enzyme": "^3.10.5", | ||
"@types/jest": "^25.1.4", | ||
"@types/react": "^16.9.23", | ||
"enzyme": "^3.11.0", | ||
"enzyme-adapter-react-16": "^1.15.2", | ||
"enzyme-to-json": "^3.4.4", | ||
"jest": "^25.1.0", | ||
"ts-jest": "^25.2.1", | ||
"typescript": "^3.8.3" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
# @nteract/actions | ||
# @nteract/mathjax | ||
@@ -34,7 +34,7 @@ This package contains two main components, `<MathJax.Context>` and `<MathJax.Node>`. The `<MathJax.Context>` component loads MathJax and makes it available to children elements via the React Context API. `<MathJax.Node>` takes raw text for rendering and uses MathJax to render formatted math. | ||
You can view the reference documentation for `@nteract/mathjax` in the [component docs](https://components.nteract.io/#nteractmathjax). | ||
You can view the reference documentation for `@nteract/mathjax` in the the [examples documentation](./examples.md). | ||
## Support | ||
If you experience an issue while using this package or have a feature request, please file an issue on the [issue board](https://github.com/nteract/nteract/issues/new/choose) and add the `pkg:mathjax` label. | ||
If you experience an issue while using this package or have a feature request, please file an issue on the [issue board](https://github.com/nteract/mathjax/issues/new/choose). | ||
@@ -41,0 +41,0 @@ ## License |
{ | ||
"extends": "../../tsconfig.base.json", | ||
"compilerOptions": { | ||
"strict": true, | ||
"declaration": true, | ||
"esModuleInterop": true, | ||
"composite": true, | ||
"lib": ["esnext", "dom"], | ||
"target": "es2017", | ||
"module": "commonjs", | ||
"moduleResolution": "node", | ||
"skipLibCheck": true, | ||
"noImplicitAny": true, | ||
"outDir": "lib", | ||
"rootDir": "src" | ||
"rootDir": "src", | ||
"resolveJsonModule": true, | ||
"preserveWatchOutput": true, | ||
"jsx": "react", | ||
"typeRoots": ["./node_modules/@types", "types"] | ||
}, | ||
"include": ["src"] | ||
"include": ["src"], | ||
"references": [] | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
22439
3
9
18
527
+ Addedreact@^16.13.0
+ Addedreact-dom@^16.13.0
+ Addedjs-tokens@4.0.0(transitive)
+ Addedloose-envify@1.4.0(transitive)
+ Addedobject-assign@4.1.1(transitive)
+ Addedprop-types@15.8.1(transitive)
+ Addedreact@16.14.0(transitive)
+ Addedreact-dom@16.14.0(transitive)
+ Addedreact-is@16.13.1(transitive)
+ Addedscheduler@0.19.1(transitive)