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

@rushstack/heft-lint-plugin

Package Overview
Dependencies
Maintainers
3
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rushstack/heft-lint-plugin - npm Package Compare versions

Comparing version 0.1.0-dev.1 to 0.1.0-rc.0

2

heft-plugin.json

@@ -6,3 +6,3 @@ {

{
"pluginName": "LintPlugin",
"pluginName": "lint-plugin",
"entryPoint": "./lib/LintPlugin"

@@ -9,0 +9,0 @@ }

@@ -8,4 +8,4 @@ "use strict";

const Tslint_1 = require("./Tslint");
const PLUGIN_NAME = 'LintPlugin';
const TYPESCRIPT_PLUGIN_NAME = 'TypeScriptPlugin';
const PLUGIN_NAME = 'lint-plugin';
const TYPESCRIPT_PLUGIN_NAME = 'typescript-plugin';
const ESLINTRC_JS_FILENAME = '.eslintrc.js';

@@ -12,0 +12,0 @@ const ESLINTRC_CJS_FILENAME = '.eslintrc.cjs';

{
"name": "@rushstack/heft-lint-plugin",
"version": "0.1.0-dev.1",
"version": "0.1.0-rc.0",
"description": "A Heft plugin for using ESLint or TSLint. Intended for use with @rushstack/heft-typescript-plugin",

@@ -13,14 +13,14 @@ "repository": {

"peerDependencies": {
"@rushstack/heft": "^0.48.0-dev.0"
"@rushstack/heft": "^0.49.0-rc.0"
},
"dependencies": {
"@rushstack/node-core-library": "3.52.0",
"@rushstack/node-core-library": "3.53.2",
"semver": "~7.3.0"
},
"devDependencies": {
"@rushstack/eslint-config": "3.0.1",
"@rushstack/heft": "0.48.0-dev.1",
"@rushstack/heft-typescript-plugin": "0.1.0-dev.1",
"@rushstack/heft-legacy": "npm:@rushstack/heft@0.47.0",
"@rushstack/heft-node-rig": "1.10.0",
"@rushstack/eslint-config": "3.1.1",
"@rushstack/heft": "0.49.0-rc.0",
"@rushstack/heft-typescript-plugin": "0.1.0-rc.0",
"@rushstack/heft-legacy": "npm:@rushstack/heft@0.48.0",
"@rushstack/heft-node-rig": "1.11.0",
"@types/eslint": "8.2.0",

@@ -32,3 +32,3 @@ "@types/heft-jest": "1.0.1",

"tslint": "~5.20.1",
"typescript": "~4.7.4"
"typescript": "~4.8.4"
},

@@ -35,0 +35,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

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