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

dnotebook

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dnotebook - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

5

dnotebook/src/app.js

@@ -25,7 +25,2 @@ var createError = require('http-errors');

app.get('/demo', function(req, res) {
res.render('demo', { title: 'Danfo Notebooks | Interactive Notebook Interface for JavaScript Developers', demo:true });
});
app.get('/getting-started', function (req, res) {

@@ -32,0 +27,0 @@ res.render('getting-started', { title: 'Getting Started with Danfo Notebooks | Interactive Notebook Interface for JavaScript Developers' });

2

package.json
{
"name": "dnotebook",
"version": "0.1.0",
"version": "0.1.1",
"description": "Jupyter-like library for JavaScript environment. It allows you to create and share pages that contain live code, text and visualizations.",

@@ -5,0 +5,0 @@ "main": "dnotebook/src/bin/www",

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