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

broccoli-lint-eslint

Package Overview
Dependencies
Maintainers
2
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

broccoli-lint-eslint - npm Package Compare versions

Comparing version 2.0.1 to 2.1.0

2

build/index.js

@@ -86,3 +86,3 @@ 'use strict';

if (this.testGenerator) {
this.targetExtension = 'eslint-test.js';
this.targetExtension = 'lint-test.js';
}

@@ -89,0 +89,0 @@ }

@@ -1,3 +0,4 @@

# develop
- Update to eslint@2.2.0
# 2.1.0 / 2016-03-20
- Updated and pinned to eslint@2.4.0.
- Begin tracking dates in CHANGELOG 😃

@@ -30,2 +31,2 @@ # 1.1.1

- Updating .eslintrc
- Fixing rules path to use `rulePaths`
- Fixing rules path to use `rulePaths`

@@ -84,3 +84,3 @@ /* eslint global-require: 0, consistent-return: 0 */

if (this.testGenerator) {
this.targetExtension = 'eslint-test.js';
this.targetExtension = 'lint-test.js';
}

@@ -87,0 +87,0 @@ }

{
"name": "broccoli-lint-eslint",
"version": "2.0.1",
"version": "2.1.0",
"description": "broccoli filter that runs eslint",

@@ -42,3 +42,3 @@ "main": "build/index.js",

"broccoli-filter": "^1.2.3",
"eslint": "^2.3.0"
"eslint": "^2.4.0"
},

@@ -45,0 +45,0 @@ "devDependencies": {

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