Socket
Socket
Sign inDemoInstall

eslint-plugin-unicorn

Package Overview
Dependencies
Maintainers
1
Versions
106
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 25.0.0 to 25.0.1

2

index.js

@@ -11,5 +11,5 @@ 'use strict';

'no-reduce': 'unicorn/no-array-reduce',
'prefer-dataset': 'unicorn/prefer-dom-node-dataset',
'prefer-event-key': 'unicorn/prefer-keyboard-event-key',
'prefer-exponentiation-operator': 'prefer-exponentiation-operator',
'prefer-dataset': 'unicorn/prefer-dom-node-dataset',
'prefer-flat-map': 'unicorn/prefer-array-flat-map',

@@ -16,0 +16,0 @@ 'prefer-node-append': 'unicorn/prefer-dom-node-append',

{
"name": "eslint-plugin-unicorn",
"version": "25.0.0",
"version": "25.0.1",
"description": "Various awesome ESLint rules",

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

@@ -19,4 +19,6 @@ 'use strict';

}
return rules;
}
module.exports = createDeprecatedRules;
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