Socket
Socket
Sign inDemoInstall

eslint-teamcity

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-teamcity - npm Package Compare versions

Comparing version 3.1.0 to 4.0.0

.github/dependabot.yml

35

package.json
{
"name": "eslint-teamcity",
"version": "3.1.0",
"version": "4.0.0",
"description": "An ESLint formatter plugin for TeamCity",
"author": "Andre Ogle <ogleandre@gmail.com> (https://github.com/andreogle)",
"license": "MIT",
"bugs": {
"url": "https://github.com/andreogle/eslint-teamcity/issues"
},
"main": "index.js",

@@ -9,4 +14,5 @@ "scripts": {

"prettify": "prettier --write \"./src/**/*.js\" --write \"./test/**/*.js\"",
"pretty-quick": "pretty-quick --staged --pattern \"**/*.*(js|ts)\"",
"test": "mocha \"./test/**/*.spec.js\"",
"test:travis": "nyc npm test && nyc report --reporter=text-lcov | coveralls"
"test:coverage": "nyc npm test && nyc report --reporter=text-lcov | coveralls"
},

@@ -23,9 +29,4 @@ "repository": {

],
"author": "Andre Ogle <ogleandre@gmail.com> (https://github.com/andreogle)",
"license": "MIT",
"bugs": {
"url": "https://github.com/andreogle/eslint-teamcity/issues"
},
"dependencies": {
"fs-extra": "^9.0.x"
"fs-extra": "^10.0.x"
},

@@ -39,21 +40,11 @@ "devDependencies": {

"eslint-plugin-import": "^2.18.x",
"husky": "^4.2.x",
"lint-staged": "^10.0.x",
"husky": "^6.0.x",
"mocha": "^8.0.1",
"mocha-lcov-reporter": "^1.3.0",
"nyc": "^15.0.x",
"prettier": "^2.0.x",
"pretty-quick": "^3.1.x",
"shelljs": "^0.8.3",
"sinon": "^9.0.1"
},
"lint-staged": {
"*.js": [
"npm run prettify",
"npm run lint"
]
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
"sinon": "^11.1.1"
}
}
# eslint-teamcity
[![npm version](https://badge.fury.io/js/eslint-teamcity.svg)](https://www.npmjs.com/package/eslint-teamcity)
[![Build Status](https://travis-ci.org/andreogle/eslint-teamcity.svg?branch=master)](https://travis-ci.org/andreogle/eslint-teamcity)
[![Build Status](https://github.com/andreogle/eslint-teamcity/actions/workflows/continuous-build.yml/badge.svg)](https://github.com/andreogle/eslint-teamcity/actions/workflows/continuous-build.yml)
[![Coverage Status](https://coveralls.io/repos/github/andreogle/eslint-teamcity/badge.svg?branch=master)](https://coveralls.io/github/andreogle/eslint-teamcity?branch=master)

@@ -15,3 +15,3 @@ [![npm downloads](https://img.shields.io/npm/dm/eslint-teamcity.svg)](https://www.npmjs.com/package/eslint-teamcity)

**As of v3.0, Node v10+ is required. If you use an older version of Node, please stick with either v1.x or v2.x**
**As of v4.0, Node v12+ is required. If you use an older version of Node, please stick with either v2.x or v3.x**

@@ -18,0 +18,0 @@ Prerequisite: You must have either [npm](https://docs.npmjs.com/getting-started/installing-node#install-npm--manage-npm-versions) or [Yarn](https://yarnpkg.com/en/docs/install) installed.

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