Huge News!Announcing our $40M Series B led by Abstract Ventures.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.7 to 4.0.8-alpha.0

tsconfig.tsbuildinfo

0

lib/context.d.ts

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

23

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

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