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 9.1.0 to 9.2.0

9

index.js

@@ -64,3 +64,10 @@ module.exports = {

'space-before-blocks': 'error',
'space-before-function-paren': ['error', 'never'],
'space-before-function-paren': [
'error',
{
'asyncArrow': 'always',
'named': 'never',
'anonymous': 'never'
}
],
'space-in-parens': 'error',

@@ -67,0 +74,0 @@ 'space-infix-ops': 'error',

2

package.json
{
"name": "eslint-config-openlayers",
"version": "9.1.0",
"version": "9.2.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