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

jsdoc-parse-plus

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsdoc-parse-plus - npm Package Compare versions

Comparing version
0.0.1
to
1.0.0
+1
-1
CHANGELOG.md

@@ -1,2 +0,2 @@

## [0.0.1] - 2020-12-29
## [1.0.0] - 2020-12-29
- Initial release
{
"name": "jsdoc-parse-plus",
"version": "0.0.1",
"version": "1.0.0",
"description": "Parse, add, remove, or modify standard jsdoc tags or custom tags from comments; Generate jsdoc comments from JavaScript data.",

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

+13
-25

@@ -15,3 +15,3 @@ # jsdoc-parse-plus

<p><b>Version:</b> 0.0.1</p>
<p><b>Version:</b> 1.0.0</p>

@@ -104,6 +104,6 @@ <h2>Installation</h2>

<h4>Examples</h4>
<h4>Examples</h4>
```

@@ -145,4 +145,2 @@ const file = `

<hr />

@@ -168,6 +166,6 @@

<h4>Examples</h4>
<h4>Examples</h4>
```

@@ -271,4 +269,2 @@ const jsdoc = `

<hr />

@@ -295,6 +291,6 @@

<h4>Examples</h4>
<h4>Examples</h4>
```

@@ -419,4 +415,2 @@ const jsdoc = `

<hr />

@@ -443,6 +437,6 @@

<h4>Examples</h4>
<h4>Examples</h4>
```

@@ -507,4 +501,2 @@ const jsdoc = `

<hr />

@@ -530,6 +522,6 @@

<h4>Examples</h4>
<h4>Examples</h4>
```

@@ -578,4 +570,2 @@ const jsdoc = `

<hr />

@@ -609,6 +599,6 @@

<h4>Examples</h4>
<h4>Examples</h4>
```

@@ -638,4 +628,2 @@ const tags = {

<hr />

@@ -642,0 +630,0 @@