Socket
Socket
Sign inDemoInstall

nodejs-notebook

Package Overview
Dependencies
3
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

5

package.json
{
"name": "nodejs-notebook",
"version": "1.0.0",
"version": "1.0.1",
"description": "Note down or jot down anything in any editable file.",

@@ -24,3 +24,4 @@ "main": "index.js",

"dependencies": {
"fs": "0.0.1-security"
"fs": "0.0.1-security",
"js-yaml": "^4.0.0"
},

@@ -27,0 +28,0 @@ "devDependencies": {},

4

README.md

@@ -7,3 +7,3 @@ Nodebook is a module that you can use to edit, manage, and configure external files, like a **notebook**.

# with npm
npm install nodenotes
npm install nodejs-notebook
```

@@ -18,3 +18,3 @@

```js
const Nodebook = require('node-notebook');
const Nodebook = require('nodejs-notebook');

@@ -21,0 +21,0 @@ const myNotebook = new Nodebook.Nodebook('file name', 'txt');

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc