You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP →

eslint-code-review

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-code-review - npm Package Compare versions

Comparing version

to
0.0.3

@@ -13,5 +13,5 @@ 'use strict';

var CodeChecker = function () {
function CodeChecker(code, config) {
_classCallCheck(this, CodeChecker);
var ESLintCodeReview = function () {
function ESLintCodeReview(code, config) {
_classCallCheck(this, ESLintCodeReview);

@@ -23,3 +23,3 @@ this.config = config;

_createClass(CodeChecker, [{
_createClass(ESLintCodeReview, [{
key: 'ruleErrors',

@@ -69,5 +69,5 @@ value: function ruleErrors(ruleId) {

return CodeChecker;
return ESLintCodeReview;
}();
exports.default = CodeChecker;
exports.default = ESLintCodeReview;
{
"name": "eslint-code-review",
"version": "0.0.2",
"version": "0.0.3",
"description": "Useful for writing unit tests with ESLint",

@@ -5,0 +5,0 @@ "main": "lib/index.js",