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

tagged-comment-parser

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tagged-comment-parser - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

8

index.d.ts

@@ -7,4 +7,4 @@ /**

export declare const parse: (source: string) => {
comment?: string | undefined;
tags?: {
comment: string | undefined;
tags: {
[index: string]: boolean | string | string[];

@@ -22,6 +22,6 @@ };

export declare const tryParse: (source: string | null | undefined) => {
comment?: string | undefined;
tags?: {
comment: string | undefined;
tags: {
[index: string]: boolean | string | string[];
};
};
{
"name": "tagged-comment-parser",
"version": "1.3.1",
"version": "1.3.2",
"main": "index.js",

@@ -10,4 +10,4 @@ "types": "index.d.ts",

"devDependencies": {
"@kristiandupont/dev-deps": "^1.5.0",
"peggy": "3.0.1"
"@kristiandupont/dev-deps": "^1.8.0",
"peggy": "3.0.2"
},

@@ -14,0 +14,0 @@ "scripts": {

@@ -1,2 +0,2 @@

// Generated by Peggy 3.0.1.
// Generated by Peggy 3.0.2.
//

@@ -3,0 +3,0 @@ // https://peggyjs.org/

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