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 4.1.0 to 5.0.0

2

examples/base/main.js

@@ -25,3 +25,3 @@ var fs = require('fs');

process.stdout.write(paths[index] + '\n' + content + '\n');
})
});
}).catch(function(err) {

@@ -28,0 +28,0 @@ process.stderr.write('Failed: ' + err.message + '\n');

@@ -52,2 +52,4 @@ module.exports = {

'quotes': [2, 'single'],
'semi': 2,
'semi-spacing': 2,
'space-before-blocks': 2,

@@ -54,0 +56,0 @@ 'space-before-function-paren': [2, 'never'],

{
"name": "eslint-config-openlayers",
"version": "4.1.0",
"version": "5.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