New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

data-structures-nodejs

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

data-structures-nodejs - npm Package Compare versions

Comparing version
1.0.0
to
1.0.1
+1
-1
package.json
{
"name": "data-structures-nodejs",
"version": "1.0.0",
"version": "1.0.1",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -17,3 +17,13 @@ <h1 align="center">Welcome to data-structures-nodejs 👋</h1>

### 🏠 [Homepage](https://github.com/wantao666/data-structures-nodejs#readme)
```
.
├── queue
│ ├── array_queue.js
│ └── linked_queue.js
├── stack
│ ├── array_stack.js
│ └── linked_stack.js
└── tree
└── tree.js
```

@@ -47,2 +57,2 @@ ## Install

***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_