eslint-plugin-tsdoc
Advanced tools
Comparing version 0.2.3 to 0.2.4
@@ -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", |
# 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 |
@@ -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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20354
399
+ Added@microsoft/tsdoc@0.12.19(transitive)
+ Added@microsoft/tsdoc-config@0.13.3(transitive)
- Removed@microsoft/tsdoc@0.12.18(transitive)
- Removed@microsoft/tsdoc-config@0.13.2(transitive)
Updated@microsoft/tsdoc@0.12.19