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

eslint-config-node-style-guide

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-node-style-guide - npm Package Compare versions

Comparing version 2.1.0 to 3.0.0

5

index.js
'use strict';
var utils = require('./lib/utils');
var config = utils.loadConfig();
module.exports = config;
module.exports = require('node-style-guide').eslintrc;
{
"name": "eslint-config-node-style-guide",
"description": "ESLint shareable config version of felixge/node-style-guide.",
"version": "2.1.0",
"version": "3.0.0",
"author": "Peter deHaan <peter@deseloper.com> (https://about.me/peterdehaan)",

@@ -10,4 +10,3 @@ "bugs": {

"dependencies": {
"naked-json-require": "1.0.0",
"node-style-guide": "felixge/node-style-guide"
"node-style-guide": "^1.0.0"
},

@@ -14,0 +13,0 @@ "homepage": "https://github.com/pdehaan/eslint-config-node-style-guide#readme",

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