New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@putout/eslint

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@putout/eslint - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

4

lib/create-plugin/index.js

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

if (node === node.parent?.body?.[0].expression)
if (node === node.parent?.body?.[0]?.expression)
return '';

@@ -121,3 +121,3 @@

};
module.exports.createGetSpaceBeforeNode = createGetSpacesBeforeNode;
module.exports.createGetSpacesBeforeNode = createGetSpacesBeforeNode;

@@ -124,0 +124,0 @@ const createGetSpacesAfterNode = ({getText}) => (node, text = getText(node)) => {

{
"name": "@putout/eslint",
"version": "2.0.0",
"version": "2.0.1",
"type": "commonjs",

@@ -5,0 +5,0 @@ "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",

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