Socket
Socket
Sign inDemoInstall

api-doc-validator

Package Overview
Dependencies
Maintainers
1
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

api-doc-validator - npm Package Compare versions

Comparing version 2.19.0 to 2.19.1

2

lib/parseComments.js

@@ -11,3 +11,3 @@ const fs = require('fs');

const varRule = /var|let|const/;
const prefixRule = /^class|var|let|const|async|static|function$/;
const prefixRule = /^(?:class|var|let|const|async|static|function)$/;

@@ -14,0 +14,0 @@ module.exports = function parseComments(file) {

{
"name": "api-doc-validator",
"version": "2.19.0",
"version": "2.19.1",
"description": "api doc and validator",

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

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