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.4.1-rc1 to 0.5.0

2

package.json
{
"name": "cdocparser",
"version": "0.4.1-rc1",
"version": "0.5.0",
"description": "Extract C style comments and extract context from source",

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

@@ -153,3 +153,3 @@ CDocParser

Each annotation must have a `parse` method, optionaly you can have a `default` and `extend` methods. The `multiple`key is used to donate if this annotation can be used mutliple times.
Each annotation must have a `parse` method, optionaly you can have a `default` and `extend` methods. The optional `multiple` key is used to indicate if an annotation can be used mutliple times.

@@ -208,4 +208,4 @@ #### `parse` method

> Note: A warning will be emitted if a annotation is used more than once. Only the first value is used.
## Development

@@ -217,2 +217,6 @@

#### 0.5.0
* Add `multiple` key, to indicate if a annoation can be used more than once per comment.
#### 0.4.0

@@ -219,0 +223,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