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

eslint-plugin-tsdoc

Package Overview
Dependencies
Maintainers
3
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-tsdoc - npm Package Compare versions

Comparing version 0.2.5 to 0.2.6

12

CHANGELOG.json

@@ -5,2 +5,14 @@ {

{
"version": "0.2.6",
"tag": "eslint-plugin-tsdoc_v0.2.6",
"date": "Sun, 19 Jul 2020 01:22:35 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/tsdoc-config\" from `0.13.4` to `0.13.5`"
}
]
}
},
{
"version": "0.2.5",

@@ -7,0 +19,0 @@ "tag": "eslint-plugin-tsdoc_v0.2.5",

7

CHANGELOG.md
# Change Log - eslint-plugin-tsdoc
This log was last generated on Wed, 20 May 2020 22:33:27 GMT and should not be manually modified.
This log was last generated on Sun, 19 Jul 2020 01:22:35 GMT and should not be manually modified.
## 0.2.6
Sun, 19 Jul 2020 01:22:35 GMT
*Version update only*
## 0.2.5

@@ -6,0 +11,0 @@ Wed, 20 May 2020 22:33:27 GMT

@@ -0,0 +0,0 @@ import { TSDocConfigFile } from '@microsoft/tsdoc-config';

@@ -0,0 +0,0 @@ "use strict";

export declare class Debug {
static log(message: string): void;
}

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import * as eslint from "eslint";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

8

package.json
{
"name": "eslint-plugin-tsdoc",
"version": "0.2.5",
"version": "0.2.6",
"description": "An ESLint plugin that validates TypeScript doc comments",

@@ -30,10 +30,10 @@ "keywords": [

"@microsoft/tsdoc": "0.12.20",
"@microsoft/tsdoc-config": "0.13.4"
"@microsoft/tsdoc-config": "0.13.5"
},
"devDependencies": {
"@rushstack/eslint-config": "0.4.0",
"@rushstack/eslint-config": "1.0.1",
"@types/eslint": "6.1.3",
"@types/estree": "0.0.39",
"@types/node": "10.17.5",
"eslint": "^6.0.0",
"eslint": "~7.2.0",
"rimraf": "~2.6.3",

@@ -40,0 +40,0 @@ "typescript": "~3.5.3"

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