Socket
Socket
Sign inDemoInstall

eslint-plugin-unicorn

Package Overview
Dependencies
Maintainers
1
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-unicorn - npm Package Compare versions

Comparing version 38.0.0 to 38.0.1

2

package.json
{
"name": "eslint-plugin-unicorn",
"version": "38.0.0",
"version": "38.0.1",
"description": "Various awesome ESLint rules",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -160,2 +160,3 @@ 'use strict';

&& parent.id.type === 'Identifier'
&& !parent.id.typeAnnotation
&& parent.parent.type === 'VariableDeclaration'

@@ -162,0 +163,0 @@ && parent.parent.kind === 'const'

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