Socket
Socket
Sign inDemoInstall

eslint-plugin-deprecation

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-deprecation - npm Package Compare versions

Comparing version 1.4.0-next.1 to 1.4.0-next.2

dist/eslint-plugin-deprecation-1.4.0-next.2.tgz

4

dist/rules/deprecation.d.ts

@@ -17,5 +17,5 @@ /**

import { TSESLint } from '@typescript-eslint/experimental-utils';
export declare type Options = unknown[];
export declare type MessageIds = 'deprecated';
export type Options = unknown[];
export type MessageIds = 'deprecated';
declare const _default: TSESLint.RuleModule<"deprecated", Options, TSESLint.RuleListener>;
export default _default;

@@ -6,2 +6,4 @@ import * as ts from 'typescript';

*/
export declare function stringifyJSDocTagInfoText(tag: ts.JSDocTagInfo): string;
export declare function stringifyJSDocTagInfoText(tag: ts.JSDocTagInfo | {
text: ts.SymbolDisplayPart[];
}): string;
{
"name": "eslint-plugin-deprecation",
"version": "1.4.0-next.1",
"version": "1.4.0-next.2",
"description": "ESLint rule that reports usage of deprecated code",

@@ -27,3 +27,3 @@ "author": "Alex Malkevich <malkevich.alex@gmail.com>",

"dependencies": {
"@typescript-eslint/experimental-utils": "^5.0.0",
"@typescript-eslint/experimental-utils": "^5.57.0",
"tslib": "^2.3.1",

@@ -34,28 +34,28 @@ "tsutils": "^3.21.0"

"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0",
"typescript": "^3.7.5 || ^4.0.0 || ^5.0.0 || ^5.0.0-beta"
"typescript": "^3.7.5 || ^4.0.0 || ^5.0.0"
},
"devDependencies": {
"@commitlint/cli": "^13.2.1",
"@commitlint/config-conventional": "^13.2.0",
"@semantic-release/changelog": "^6.0.0",
"@semantic-release/commit-analyzer": "^9.0.1",
"@semantic-release/git": "^10.0.0",
"@semantic-release/github": "^8.0.1",
"@semantic-release/npm": "^8.0.0",
"@semantic-release/release-notes-generator": "^10.0.2",
"@types/jest": "^27.0.2",
"@types/node": "^16.10.3",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"eslint": "^8.0.0",
"@commitlint/cli": "^17.5.1",
"@commitlint/config-conventional": "^17.4.4",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.0.7",
"@semantic-release/npm": "^10.0.2",
"@semantic-release/release-notes-generator": "^10.0.3",
"@types/jest": "^29.5.0",
"@types/node": "^18.15.11",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.3.0",
"husky": "^7.0.2",
"lint-staged": "^11.2.3",
"jest": "^27.2.5",
"eslint": "^8.0.0",
"husky": "^8.0.3",
"jest": "^29.5.0",
"lint-staged": "^13.2.0",
"prettier": "^2.4.1",
"rimraf": "^3.0.2",
"semantic-release": "^18.0.0",
"ts-jest": "^27.0.5",
"typescript": "^4.4.3"
"rimraf": "^4.4.1",
"semantic-release": "^21.0.0",
"ts-jest": "^29.0.5",
"typescript": "^5.0.2"
},

@@ -62,0 +62,0 @@ "config": {

Sorry, the diff of this file is not supported yet

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