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

eslint-config-vgno

Package Overview
Dependencies
Maintainers
3
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-vgno - npm Package Compare versions

Comparing version 5.0.0 to 6.0.0

8

package.json
{
"name": "eslint-config-vgno",
"version": "5.0.0",
"version": "6.0.0",
"description": "ESLint configuration for VG.no coding standard",

@@ -28,7 +28,7 @@ "main": "index.js",

"dependencies": {
"lodash.merge": "^3.3.2",
"vgno-coding-standards": "^5.0.0"
"lodash.merge": "^4.3.4",
"vgno-coding-standards": "^6.0.0"
},
"devDependencies": {
"eslint": "^1.7.3"
"eslint": "^2.7.0"
},

@@ -35,0 +35,0 @@ "publishConfig": {

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

assert((reactConfig.plugins || []).indexOf('react') > -1);
assert(reactConfig.ecmaFeatures.jsx);
assert(reactConfig.parserOptions.ecmaFeatures.jsx);
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