Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.12.0 to 2.12.1

1

lib/parseAnnotations.js

@@ -6,2 +6,3 @@ const annotations = require('./annotations');

comment = comment
.replace(/\r\n/g, '\n')
.replace(/^\s*\*?/mg, '')

@@ -8,0 +9,0 @@ .trim();

14

package.json
{
"name": "api-doc-validator",
"version": "2.12.0",
"version": "2.12.1",
"description": "api doc and validator",

@@ -30,4 +30,4 @@ "main": "index.js",

"dependencies": {
"@babel/parser": "^7.19.1",
"@babel/types": "^7.19.0",
"@babel/parser": "^7.20.15",
"@babel/types": "^7.20.7",
"adv-parser": "^2.4.1",

@@ -39,8 +39,8 @@ "commander": "^5.1.0",

"devDependencies": {
"ajv": "^8.11.0",
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1",
"chai": "^4.3.6",
"chai": "^4.3.7",
"chai-shallow-deep-equal": "^1.4.6",
"express": "^4.18.1",
"mocha": "^10.0.0",
"express": "^4.18.2",
"mocha": "^10.2.0",
"path-to-regexp": "^6.2.1"

@@ -47,0 +47,0 @@ },

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