Socket
Socket
Sign inDemoInstall

eslint-tester

Package Overview
Dependencies
18
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.0 to 0.6.0

6

CHANGELOG.md

@@ -0,1 +1,7 @@

v0.6.0 - February 7, 2015
* 0.6.0 (Nicholas C. Zakas)
* Breaking: Look for nodeType instead of node.type (Nicholas C. Zakas)
* 0.5.0 (Nicholas C. Zakas)
v0.5.0 - January 10, 2015

@@ -2,0 +8,0 @@

2

lib/eslint-tester.js

@@ -140,3 +140,3 @@ /**

if (item.errors[i].type) {
assert.equal(messages[i].node.type, item.errors[i].type, "Error type should be " + item.errors[i].type);
assert.equal(messages[i].nodeType, item.errors[i].type, "Error type should be " + item.errors[i].type);
}

@@ -143,0 +143,0 @@ if (item.errors[i].line) {

{
"name": "eslint-tester",
"author": "Nicholas C. Zakas",
"version": "0.5.0",
"version": "0.6.0",
"description": "A testing utility for ESLint",

@@ -6,0 +6,0 @@ "repository": "eslint/eslint-tester",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc