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

@putout/plugin-remove-unused-variables

Package Overview
Dependencies
Maintainers
1
Versions
111
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@putout/plugin-remove-unused-variables - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

2

lib/remove-unused-variables.js

@@ -7,3 +7,3 @@ 'use strict';

module.exports.getMessage = ({name}) => `"${name}" is defined but never used`;
module.exports.report = ({name}) => `"${name}" is defined but never used`;

@@ -10,0 +10,0 @@ module.exports.fix = (path) => {

{
"name": "@putout/plugin-remove-unused-variables",
"version": "1.3.0",
"version": "1.3.1",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",

@@ -30,2 +30,3 @@ "description": "putout plugin adds ability to find and remove unused variables",

"devDependencies": {
"@putout/test": "^1.3.0",
"coveralls": "^3.0.0",

@@ -37,5 +38,3 @@ "eslint": "^5.6.0",

"nyc": "^13.0.1",
"redrun": "^7.0.2",
"tape": "^4.8.0",
"try-to-tape": "^1.1.0"
"redrun": "^7.0.2"
},

@@ -42,0 +41,0 @@ "license": "MIT",

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