New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eslint-g

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-g - npm Package Compare versions

Comparing version 1.0.4 to 1.1.0

2

package.json
{
"name": "eslint-g",
"version": "1.0.4",
"version": "1.1.0",
"description": "Generator eslint config for pspgbhu",

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

const commonrc = require('./commonrc');
const plugins = ['eslint', 'eslint-config-airbnb-base', 'eslint-plugin-import'];
rc =
const rc =
`{

@@ -35,2 +35,5 @@ "root": true,

module.exports = { rc, plugins };
const ignore =
``;
module.exports = { rc, plugins, ignore };
const commonrc = require('./commonrc');
const plugins = ['eslint', 'eslint-config-airbnb-base', 'eslint-plugin-import'];
rc =
const rc =
`{

@@ -34,2 +34,5 @@ "env": {

module.exports = { rc, plugins };
const ignore =
``;
module.exports = { rc, plugins, ignore };

@@ -10,3 +10,3 @@ const commonrc = require('./commonrc');

rc =
const rc =
`{

@@ -57,2 +57,9 @@ "parser": "babel-eslint",

module.exports = { rc, plugins };
const ignore =
`build/*.js
config/*.js
public/*.js
scripts/*.js
`;
module.exports = { rc, plugins, ignore };

@@ -60,2 +60,7 @@ const commonrc = require('./commonrc');

module.exports = { rc, plugins };
const ignore =
`build/*.js
config/*.js
`;
module.exports = { rc, plugins, ignore };

Sorry, the diff of this file is not supported yet

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