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

jsdoc3-parser

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsdoc3-parser - npm Package Compare versions

Comparing version 0.0.0 to 1.0.0

2

package.json
{
"name": "jsdoc3-parser",
"version": "0.0.0",
"version": "1.0.0",
"description": "Get the AST of a file using JSDoc3's parser",

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

@@ -5,5 +5,4 @@ var parser = require('../'),

parser(__dirname + '/sample.js', function (err, ast) {
assert.ok(ast instanceof Array);
assert.ok(ast.length);
assert.ok(ast);
assert.ok(!err);
});
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