Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

notebook-preview

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

notebook-preview - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

styles/main.css

6

package.json
{
"name": "notebook-preview",
"version": "0.0.3",
"version": "0.0.4",
"description": "Lightweight preview of a notebook, nteract style",

@@ -44,7 +44,7 @@ "main": "lib/index.js",

"react-codemirror": "^0.2.6",
"react-jupyter-display-area": "^0.4.0",
"react-jupyter-display-area": "^0.4.1",
"remark": "^4.2.2",
"remark-react": "^2.0.0",
"transformime-react": "^0.6.0"
"transformime-react": "^0.6.1"
}
}

@@ -6,4 +6,4 @@ # notebook-preview

```js
const NotebookPreview = require('notebook-preview');
import NotebookPreview from 'notebook-preview';
ReactDOM.render(<NotebookPreview notebook={notebookJSON}/>, document.querySelector('nb'));
```
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