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

eslint-config-piecioshka

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-piecioshka - npm Package Compare versions

Comparing version 2.2.4 to 2.3.0

2

package.json
{
"name": "eslint-config-piecioshka",
"version": "2.2.4",
"version": "2.3.0",
"description": "ESLint (for v4.3.0) configuration of my style. Defined all rules.",

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

@@ -16,16 +16,2 @@ 'use strict';

es6: false,
// adds all ECMAScript 2016 globals and automatically sets the ecmaVersion parser option to 7.
es2016: false,
// adds all ECMAScript 2017 globals and automatically sets the ecmaVersion parser option to 8.
es2017: false,
// adds all ECMAScript 2018 globals and automatically sets the ecmaVersion parser option to 9.
es2018: false,
// adds all ECMAScript 2019 globals and automatically sets the ecmaVersion parser option to 10.
es2019: false,
// adds all ECMAScript 2020 globals and automatically sets the ecmaVersion parser option to 11.
es2020: false,
// adds all ECMAScript 2021 globals and automatically sets the ecmaVersion parser option to 12.
es2021: false,
// adds all ECMAScript 2022 globals and automatically sets the ecmaVersion parser option to 13.
es2022: false,
// web workers global variables.

@@ -32,0 +18,0 @@ worker: false,

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