Socket
Socket
Sign inDemoInstall

eslint-loader

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-loader - npm Package Compare versions

Comparing version 0.14.1 to 0.14.2

4

CHANGELOG.md

@@ -0,1 +1,5 @@

# 0.14.2 - 2015-07-18
- Fixed: support for eslint 1.x-rc
# 0.14.1 - 2015-06-15

@@ -2,0 +6,0 @@

13

index.js

@@ -43,5 +43,6 @@ var eslint = require("eslint")

res.results[0].warningCount = 0
res.results[0].messages = res.results[0].messages.filter(function(message) {
return message.severity !== 1
})
res.results[0].messages = res.results[0].messages
.filter(function(message) {
return message.severity !== 1
})
}

@@ -77,3 +78,7 @@

else {
throw new Error("Your module system doesn't support emitWarning. Update available? \n" + messages)
throw new Error(
"Your module system doesn't support emitWarning. " +
"Update available? \n" +
messages
)
}

@@ -80,0 +85,0 @@ }

{
"name": "eslint-loader",
"version": "0.14.1",
"version": "0.14.2",
"description": "eslint loader (for webpack)",

@@ -28,10 +28,10 @@ "keywords": [

"peerDependencies": {
"eslint": "0.21 - 0.24"
"eslint": "0.21 - 0.24 || ~1.0.0-rc-0"
},
"dependencies": {
"loader-utils": "^0.2.7",
"object-assign": "^2.0.0"
"object-assign": "^3.0.0"
},
"devDependencies": {
"eslint": "^0.24.0",
"eslint": "^1.0.0-rc-1",
"eslint-friendly-formatter": "^1.0.3",

@@ -38,0 +38,0 @@ "tape": "^4.0.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