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

eslint-plugin-moxio

Package Overview
Dependencies
Maintainers
0
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-moxio - npm Package Compare versions

Comparing version 4.6.0 to 4.7.0

8

package.json
{
"name": "eslint-plugin-moxio",
"version": "4.6.0",
"version": "4.7.0",
"description": "Custom rules for ESLint as used at Moxio",

@@ -31,8 +31,8 @@ "keywords": [

"devDependencies": {
"eslint": "^8.3.0",
"mocha": "^7.1.0"
"eslint": "^9.6.0",
"mocha": "^10.6.0"
},
"peerDependencies": {
"eslint": "^6.2.0 || ^7.0.0 || ^8.0.0"
"eslint": "^6.2.0 || ^7.0.0 || ^8.0.0 || ^9.0.0"
}
}

@@ -9,6 +9,8 @@ /* global require */

const ruleTester = new RuleTester({
parserOptions: {
ecmaVersion: 6,
ecmaFeatures: {
jsx: true,
languageOptions: {
parserOptions: {
ecmaVersion: 6,
ecmaFeatures: {
jsx: true,
},
},

@@ -15,0 +17,0 @@ },

@@ -9,7 +9,9 @@ /* global require */

const ruleTester = new RuleTester({
parserOptions: {
ecmaVersion: 6,
ecmaFeatures: {
jsx: true,
},
languageOptions: {
parserOptions: {
ecmaVersion: 6,
ecmaFeatures: {
jsx: true,
},
},
}

@@ -16,0 +18,0 @@ });

@@ -9,8 +9,10 @@ /* global require */

const ruleTester = new RuleTester({
parserOptions: {
ecmaVersion: 6,
ecmaFeatures: {
jsx: true,
languageOptions: {
parserOptions: {
ecmaVersion: 6,
ecmaFeatures: {
jsx: true,
},
sourceType: "module",
},
sourceType: "module",
}

@@ -17,0 +19,0 @@ });

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