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

eslint-config-openlayers

Package Overview
Dependencies
Maintainers
5
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-openlayers - npm Package Compare versions

Comparing version 1.0.0 to 2.0.0

6

config/base.json

@@ -13,3 +13,3 @@ {

"default-case": 2,
"indent": [2, 2],
"indent": [2, 2, {"VariableDeclarator": 2, "SwitchCase": 1}],
"no-cond-assign": 2,

@@ -40,3 +40,2 @@ "no-console": 2,

"no-octal": 2,
"no-process-exit": 0,
"no-redeclare": 2,

@@ -46,3 +45,3 @@ "no-regex-spaces": 2,

"no-undef": 2,
"no-underscore-dangle": 0,
"no-unexpected-multiline": 2,
"no-unreachable": 2,

@@ -60,3 +59,2 @@ "no-unused-vars": [2, {"vars": "all", "args": "none"}],

"space-unary-ops": 2,
"strict": 0,
"use-isnan": 2,

@@ -63,0 +61,0 @@ "valid-jsdoc": [2, {

{
"name": "eslint-config-openlayers",
"version": "1.0.0",
"version": "2.0.0",
"description": "ESLint configuration for OpenLayers",

@@ -5,0 +5,0 @@ "main": "index.js",

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