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

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 1.7.1 to 1.8.0

5

CHANGELOG.md

@@ -0,1 +1,6 @@

# 1.8.0 - 2017-06-15
- Added: support for eslint@^4.0.0
([#178](https://github.com/MoOx/eslint-loader/issues/178) - @Aladdin-ADD)
# 1.7.1 - 2017-03-31

@@ -2,0 +7,0 @@

10

index.js

@@ -91,7 +91,7 @@ "use strict"

var filePath = loaderUtils.interpolateName(webpack,
config.outputReport.filePath, {
content: res.results.map(function(r) {
return r.source
}).join("\n"),
}
config.outputReport.filePath, {
content: res.results.map(function(r) {
return r.source
}).join("\n"),
}
)

@@ -98,0 +98,0 @@ webpack.emitFile(filePath, reportOutput)

{
"name": "eslint-loader",
"version": "1.7.1",
"version": "1.8.0",
"description": "eslint loader (for webpack)",

@@ -19,6 +19,5 @@ "keywords": [

"peerDependencies": {
"eslint": ">=1.6.0 <4.0.0"
"eslint": ">=1.6.0 <5.0.0"
},
"dependencies": {
"find-cache-dir": "^0.1.1",
"loader-fs-cache": "^1.0.0",

@@ -32,3 +31,3 @@ "loader-utils": "^1.0.2",

"ava": "^0.17.0",
"eslint": "^3.0.0",
"eslint": "^4.0.0",
"eslint-friendly-formatter": "^2.0.4",

@@ -35,0 +34,0 @@ "npmpub": "^3.0.1",

@@ -103,4 +103,3 @@ # eslint-loader [![Build Status](http://img.shields.io/travis/MoOx/eslint-loader.svg)](https://travis-ci.org/MoOx/eslint-loader)

The cache file is written to the `./node_modules/.cache` directory, thanks to the usage
of the [find-cache-dir](https://www.npmjs.com/package/find-cache-dir) module.
The cache file is written to the `./node_modules/.cache` directory.

@@ -107,0 +106,0 @@ #### `formatter` (default: eslint stylish formatter)

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