New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@nteract/mathjax

Package Overview
Dependencies
Maintainers
17
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nteract/mathjax - npm Package Compare versions

Comparing version 4.0.8-alpha.0 to 4.0.8

jest.config.js

25

package.json
{
"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"
}
}

6

README.md

@@ -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

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