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

@rushstack/eslint-plugin

Package Overview
Dependencies
Maintainers
2
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rushstack/eslint-plugin - npm Package Compare versions

Comparing version 0.7.3 to 0.8.0

12

CHANGELOG.json

@@ -5,2 +5,14 @@ {

{
"version": "0.8.0",
"tag": "@rushstack/eslint-plugin_v0.8.0",
"date": "Mon, 12 Jul 2021 23:08:26 GMT",
"comments": {
"minor": [
{
"comment": "Upgrade @typescript-eslint/* packages to 4.28.0 (GitHub #2389)"
}
]
}
},
{
"version": "0.7.3",

@@ -7,0 +19,0 @@ "tag": "@rushstack/eslint-plugin_v0.7.3",

9

CHANGELOG.md
# Change Log - @rushstack/eslint-plugin
This log was last generated on Tue, 06 Apr 2021 15:14:22 GMT and should not be manually modified.
This log was last generated on Mon, 12 Jul 2021 23:08:26 GMT and should not be manually modified.
## 0.8.0
Mon, 12 Jul 2021 23:08:26 GMT
### Minor changes
- Upgrade @typescript-eslint/* packages to 4.28.0 (GitHub #2389)
## 0.7.3

@@ -6,0 +13,0 @@ Tue, 06 Apr 2021 15:14:22 GMT

2

lib/hoist-jest-mock.js

@@ -19,3 +19,3 @@ "use strict";

var result = {};
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);

@@ -22,0 +22,0 @@ return result;

{
"name": "@rushstack/eslint-plugin",
"version": "0.7.3",
"version": "0.8.0",
"description": "An ESLint plugin providing supplementary rules for use with the @rushstack/eslint-config package",

@@ -21,8 +21,5 @@ "license": "MIT",

"typings": "lib/index.d.ts",
"scripts": {
"build": "heft test --clean"
},
"dependencies": {
"@rushstack/tree-pattern": "0.2.1",
"@typescript-eslint/experimental-utils": "^3.4.0"
"@typescript-eslint/experimental-utils": "~4.28.2"
},

@@ -33,4 +30,4 @@ "peerDependencies": {

"devDependencies": {
"@rushstack/heft": "0.23.1",
"@rushstack/heft-node-rig": "0.2.0",
"@rushstack/heft": "0.32.0",
"@rushstack/heft-node-rig": "1.0.31",
"@types/eslint": "7.2.0",

@@ -40,7 +37,10 @@ "@types/estree": "0.0.44",

"@types/node": "10.17.13",
"@typescript-eslint/parser": "3.4.0",
"@typescript-eslint/typescript-estree": "3.4.0",
"@typescript-eslint/parser": "~4.28.2",
"@typescript-eslint/typescript-estree": "~4.28.2",
"eslint": "~7.12.1",
"typescript": "~3.9.7"
"typescript": "~4.3.5"
},
"scripts": {
"build": "heft test --clean"
}
}

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