@nteract/mathjax
Advanced tools
Comparing version 4.0.7 to 4.0.8-alpha.0
@@ -0,0 +0,0 @@ import * as React from "react"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export { default as Node } from "./node"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import * as React from "react"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import * as React from "react"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import * as React from "react"; |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "@nteract/mathjax", | ||
"version": "4.0.7", | ||
"version": "4.0.8-alpha.0", | ||
"description": "React components for MathJax", | ||
@@ -11,6 +11,3 @@ "main": "lib/index.js", | ||
}, | ||
"scripts": { | ||
"build": "tsc -b", | ||
"test": "jest" | ||
}, | ||
"scripts": {}, | ||
"repository": "https://github.com/nteract/nteract/tree/master/packages/mathjax", | ||
@@ -23,17 +20,5 @@ "keywords": [ | ||
"dependencies": { | ||
"load-script": "^1.0.0", | ||
"react": "^16.13.0", | ||
"react-dom": "^16.13.0" | ||
"load-script": "^1.0.0" | ||
}, | ||
"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" | ||
} | ||
"gitHead": "50d536136c201cf7838b438b33ad1b90bf168819" | ||
} |
@@ -34,7 +34,7 @@ # @nteract/actions | ||
You can view the reference documentation for `@nteract/mathjax` in the the [examples documentation](./examples.md). | ||
You can view the reference documentation for `@nteract/mathjax` in the [component docs](https://components.nteract.io/#nteractmathjax). | ||
## 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/mathjax/issues/new/choose). | ||
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. | ||
@@ -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", | ||
"resolveJsonModule": true, | ||
"preserveWatchOutput": true, | ||
"jsx": "react", | ||
"typeRoots": ["./node_modules/@types", "types"] | ||
"rootDir": "src" | ||
}, | ||
"include": ["src"], | ||
"references": [] | ||
"include": ["src"] | ||
} |
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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
521962
1
0
26
933
2
- Removedreact@^16.13.0
- Removedreact-dom@^16.13.0
- Removedjs-tokens@4.0.0(transitive)
- Removedloose-envify@1.4.0(transitive)
- Removedobject-assign@4.1.1(transitive)
- Removedprop-types@15.8.1(transitive)
- Removedreact@16.14.0(transitive)
- Removedreact-dom@16.14.0(transitive)
- Removedreact-is@16.13.1(transitive)
- Removedscheduler@0.19.1(transitive)