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.3.1 to 1.3.2

dist/eslint-plugin-deprecation-1.3.2.tgz

3

dist/rules/deprecation.js

@@ -111,2 +111,5 @@ "use strict";

return parent.id === id;
//@ts-ignore
case 'ClassProperty':
//@ts-ignore
case 'PropertyDefinition':

@@ -113,0 +116,0 @@ // Prevent considering value to be a declaration

2

package.json
{
"name": "eslint-plugin-deprecation",
"version": "1.3.1",
"version": "1.3.2",
"description": "ESLint rule that reports usage of deprecated code",

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

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