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

cdocparser

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cdocparser - npm Package Compare versions

Comparing version 0.3.7 to 0.3.8

4

index.js

@@ -199,4 +199,6 @@ 'use strict';

// Merge in posterComment annotations and overwrite each annotation of item if it was not set
// do it only if the annotation is allowed on the parsedComment.context.type
Object.keys(posterComment).forEach(function(key){
if (parsedComment[key] === undefined){
if (parsedComment[key] === undefined &&
isAnnotationAllowed(parsedComment, annotations[key])){
parsedComment[key] = posterComment[key];

@@ -203,0 +205,0 @@ }

{
"name": "cdocparser",
"version": "0.3.7",
"version": "0.3.8",
"description": "Extract C style comments and extract context from source",

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

@@ -120,2 +120,5 @@ CDocParser

#### 0.3.8
* Add type check for poster comments

@@ -122,0 +125,0 @@ #### 0.3.7

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