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

lint-changes

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lint-changes - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

action.yml

102

package.json
{
"name": "lint-changes",
"version": "0.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "MIT",
"description": ""
"name": "lint-changes",
"version": "0.0.1",
"description": "A GitHub action for ESLint that only throws errors that are new.",
"keywords": [],
"homepage": "https://github.com/electrovir/lint-changes",
"bugs": {
"url": "https://github.com/electrovir/lint-changes/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/electrovir/lint-changes"
},
"license": "(MIT or CC0 1.0)",
"author": {
"name": "electrovir",
"url": "https://github.com/electrovir"
},
"type": "module",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "virmator frontend build",
"compile": "virmator compile",
"docs": "virmator docs",
"format": "virmator format",
"preview": "virmator frontend preview",
"publish": "virmator publish \"npm run compile && npm run test:all\"",
"start": "virmator frontend",
"test": "mocha --colors --config 'configs/mocha.config.cjs'",
"test:all": "concurrently --colors --kill-others-on-fail -c auto --names types,tests,spelling,format,docs,deps \"npm run test:types\" \"npm run test\" \"npm run test:spelling\" \"npm run test:format\" \"npm run test:docs\" \"npm run test:deps\"",
"test:deps": "virmator deps check",
"test:docs": "virmator docs check",
"test:format": "virmator format check",
"test:spelling": "virmator spellcheck",
"test:types": "tsc --noEmit",
"test:web": "virmator test-web"
},
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"@augment-vir/common": "^28.0.2",
"@augment-vir/node-js": "^28.0.2",
"cli-args-vir": "^0.0.2",
"object-shape-tester": "^2.3.2",
"run-time-assertions": "^1.5.1",
"simple-git": "^3.24.0",
"tsx": "^4.10.5"
},
"devDependencies": {
"@augment-vir/chai": "^28.0.2",
"@electrovir/nyc": "^15.1.0-fix0",
"@eslint/js": "^9.3.0",
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@stylistic/eslint-plugin": "^2.1.0",
"@stylistic/eslint-plugin-ts": "^2.1.0",
"@types/chai": "^4.3.16",
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.12",
"chai": "^4.4.1",
"cspell": "^8.8.1",
"dependency-cruiser": "^16.3.2",
"esbuild": "^0.21.3",
"eslint": "^9.3.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-sonarjs": "^1.0.3",
"globals": "^15.3.0",
"istanbul-smart-text-reporter": "^1.1.4",
"markdown-code-example-inserter": "^1.0.0",
"mocha": "^10.4.0",
"mocha-spec-reporter-with-file-names": "^0.0.3",
"npm-check-updates": "~16.12.3",
"prettier": "^3.2.5",
"prettier-plugin-interpolated-html-tags": "^1.0.5",
"prettier-plugin-jsdoc": "^1.3.0",
"prettier-plugin-multiline-arrays": "^3.0.4",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-packagejson": "^2.5.0",
"prettier-plugin-sort-json": "^4.0.0",
"prettier-plugin-toml": "^2.0.1",
"ts-node": "^10.9.2",
"typedoc": "^0.25.13",
"typescript": "^5.3.3",
"typescript-eslint": "^8.0.0-alpha.14",
"virmator": "^11.5.2"
},
"peerDependencies": {
"eslint": "*"
},
"overrides": {
"eslint": "^9.3.0"
}
}
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