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.3 to 0.2.4

20

CHANGELOG.json

@@ -5,2 +5,22 @@ {

{
"version": "0.2.4",
"tag": "eslint-plugin-tsdoc_v0.2.4",
"date": "Fri, 27 Mar 2020 23:14:53 GMT",
"comments": {
"patch": [
{
"comment": "Improve plugin documentation URL in ESLint metadata"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/tsdoc\" from `0.12.18` to `0.12.19`"
},
{
"comment": "Updating dependency \"@microsoft/tsdoc-config\" from `0.13.2` to `0.13.3`"
}
]
}
},
{
"version": "0.2.3",

@@ -7,0 +27,0 @@ "tag": "eslint-plugin-tsdoc_v0.2.3",

9

CHANGELOG.md
# Change Log - eslint-plugin-tsdoc
This log was last generated on Sat, 22 Feb 2020 20:44:16 GMT and should not be manually modified.
This log was last generated on Fri, 27 Mar 2020 23:14:53 GMT and should not be manually modified.
## 0.2.4
Fri, 27 Mar 2020 23:14:53 GMT
### Patches
- Improve plugin documentation URL in ESLint metadata
## 0.2.3

@@ -6,0 +13,0 @@ Sat, 22 Feb 2020 20:44:16 GMT

2

lib/index.js

@@ -34,3 +34,3 @@ "use strict";

recommended: false,
url: "https://github.com/microsoft/tsdoc"
url: "https://github.com/microsoft/tsdoc/blob/master/eslint-plugin/README.md"
}

@@ -37,0 +37,0 @@ },

{
"name": "eslint-plugin-tsdoc",
"version": "0.2.3",
"description": "An ESLint plugin that validates TypeScript doc comments",
"keywords": [
"TypeScript",
"documentation",
"doc",
"comments",
"JSDoc",
"TSDoc",
"ESLint",
"plugin"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/tsdoc/tree/master/eslint-plugin"
},
"homepage": "https://github.com/microsoft/tsdoc",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"scripts": {
"build": "node ./build.js",
"lint": "eslint -f unix \"src/**/*.{ts,tsx}\"",
"test": "node lib/tests/index.js"
},
"dependencies": {
"@microsoft/tsdoc": "0.12.18",
"@microsoft/tsdoc-config": "0.13.2"
},
"devDependencies": {
"@rushstack/eslint-config": "0.4.0",
"@types/eslint": "6.1.3",
"@types/estree": "0.0.39",
"@types/node": "10.17.5",
"eslint": "^6.0.0",
"rimraf": "~2.6.3",
"typescript": "~3.5.3"
}
"name": "eslint-plugin-tsdoc",
"version": "0.2.4",
"description": "An ESLint plugin that validates TypeScript doc comments",
"keywords": [
"TypeScript",
"documentation",
"doc",
"comments",
"JSDoc",
"TSDoc",
"ESLint",
"plugin"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/tsdoc/tree/master/eslint-plugin"
},
"homepage": "https://github.com/microsoft/tsdoc",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"scripts": {
"build": "node ./build.js",
"lint": "eslint -f unix \"src/**/*.{ts,tsx}\"",
"test": "node lib/tests/index.js"
},
"dependencies": {
"@microsoft/tsdoc": "0.12.19",
"@microsoft/tsdoc-config": "0.13.3"
},
"devDependencies": {
"@rushstack/eslint-config": "0.4.0",
"@types/eslint": "6.1.3",
"@types/estree": "0.0.39",
"@types/node": "10.17.5",
"eslint": "^6.0.0",
"rimraf": "~2.6.3",
"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