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

eslint-config-mitmaro

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-mitmaro - npm Package Compare versions

Comparing version 5.0.0 to 5.0.1

8

CHANGELOG.md

@@ -6,2 +6,6 @@ # Change Log

## [5.0.1] - 2019-07-12
### Fixed
- React config was not exports
## [5.0.0] - 2019-06-16

@@ -55,2 +59,6 @@ ### Added

[5.0.1]: https://github.com/MitMaro/eslint-config-mitmaro/compare/v5.0.0...v5.0.1
[5.0.0]: https://github.com/MitMaro/eslint-config-mitmaro/compare/v4.0.0...v5.0.0
[4.0.0]: https://github.com/MitMaro/eslint-config-mitmaro/compare/v3.0.0...v4.0.0
[3.0.0]: https://github.com/MitMaro/eslint-config-mitmaro/compare/v2.0.0...v3.0.0
[2.0.0]: https://github.com/MitMaro/eslint-config-mitmaro/compare/v1.0.0...v2.0.0

15

package.json
{
"name": "eslint-config-mitmaro",
"version": "5.0.0",
"version": "5.0.1",
"description": "mitmaro's personal ESLint configurations",

@@ -35,16 +35,17 @@ "main": "src/index.js",

"@mitmaro/build-scripts": "^0.1.5",
"@typescript-eslint/eslint-plugin": "^1.10.2",
"@typescript-eslint/parser": "^1.10.2",
"@typescript-eslint/eslint-plugin": "^1.12.0",
"@typescript-eslint/parser": "^1.12.0",
"eslint": "^5.16.0",
"eslint-find-rules": "^3.3.1",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-chai-expect": "^2.0.1",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-jsdoc": "^8.0.1",
"eslint-plugin-jsdoc": "^8.7.0",
"eslint-plugin-mocha": "^5.3.0",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-react": "^7.13.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.14.2",
"eslint-plugin-security": "^1.4.0",
"typescript": "^3.5.2"
"typescript": "^3.5.3"
}
}

@@ -14,2 +14,3 @@ 'use strict';

'node',
'react',
'ecmascript-9',

@@ -32,4 +33,4 @@ 'ecmascript-8',

node: [],
react: [],
typescript: [],
};

@@ -36,0 +37,0 @@

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