Socket
Socket
Sign inDemoInstall

eslint-config-egg

Package Overview
Dependencies
Maintainers
2
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-egg - npm Package Compare versions

Comparing version 3.0.2 to 3.0.3

5

History.md
3.0.3 / 2016-07-12
==================
* fix: should work with eslint 3 (#16)
3.0.2 / 2016-07-12

@@ -3,0 +8,0 @@ ==================

10

package.json
{
"name": "eslint-config-egg",
"version": "3.0.2",
"version": "3.0.3",
"description": "Node Style Guide for Egg.",
"main": "index",
"devDependencies": {
"eslint": "2",
"egg-ci": "1",
"eslint": "3",
"mocha": "2"
},
"peerDependencies": {
"eslint": "2"
"eslint": ">= 2.0.0 < 4.0.0"
},

@@ -27,2 +28,5 @@ "repository": {

},
"ci": {
"version": "4, 6"
},
"files": [

@@ -29,0 +33,0 @@ ".eslintrc",

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