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

@rushstack/eslint-plugin

Package Overview
Dependencies
Maintainers
3
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.8.6 to 0.9.0

6

lib/hoist-jest-mock.js

@@ -6,3 +6,7 @@ "use strict";

if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {

@@ -9,0 +13,0 @@ if (k2 === undefined) k2 = k;

14

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

@@ -25,3 +25,3 @@ "license": "MIT",

"@rushstack/tree-pattern": "0.2.3",
"@typescript-eslint/experimental-utils": "~5.6.0"
"@typescript-eslint/experimental-utils": "~5.20.0"
},

@@ -32,4 +32,4 @@ "peerDependencies": {

"devDependencies": {
"@rushstack/heft": "0.44.2",
"@rushstack/heft-node-rig": "1.7.1",
"@rushstack/heft": "0.44.9",
"@rushstack/heft-node-rig": "1.8.7",
"@types/eslint": "8.2.0",

@@ -39,6 +39,6 @@ "@types/estree": "0.0.50",

"@types/node": "12.20.24",
"@typescript-eslint/parser": "~5.6.0",
"@typescript-eslint/typescript-estree": "~5.6.0",
"@typescript-eslint/parser": "~5.20.0",
"@typescript-eslint/typescript-estree": "~5.20.0",
"eslint": "~8.7.0",
"typescript": "~4.5.2"
"typescript": "~4.6.3"
},

@@ -45,0 +45,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