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.7.1 to 0.7.2

17

CHANGELOG.json

@@ -5,2 +5,19 @@ {

{
"version": "0.7.2",
"tag": "@rushstack/eslint-plugin_v0.7.2",
"date": "Wed, 30 Sep 2020 18:39:17 GMT",
"comments": {
"patch": [
{
"comment": "Update to build with @rushstack/heft-node-rig"
}
],
"dependency": [
{
"comment": "Updating dependency \"@rushstack/tree-pattern\" to `0.2.1`"
}
]
}
},
{
"version": "0.7.1",

@@ -7,0 +24,0 @@ "tag": "@rushstack/eslint-plugin_v0.7.1",

9

CHANGELOG.md
# Change Log - @rushstack/eslint-plugin
This log was last generated on Wed, 30 Sep 2020 06:53:53 GMT and should not be manually modified.
This log was last generated on Wed, 30 Sep 2020 18:39:17 GMT and should not be manually modified.
## 0.7.2
Wed, 30 Sep 2020 18:39:17 GMT
### Patches
- Update to build with @rushstack/heft-node-rig
## 0.7.1

@@ -6,0 +13,0 @@ Wed, 30 Sep 2020 06:53:53 GMT

"use strict";
// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
// See LICENSE in the project root for license information.
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
Object.defineProperty(o, "default", { enumerable: true, value: v });
}) : function(o, v) {
o["default"] = v;
});
var __importStar = (this && this.__importStar) || function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);
return result;
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.hoistJestMock = void 0;
const experimental_utils_1 = require("@typescript-eslint/experimental-utils");
const hoistJestMockPatterns = require("./hoistJestMockPatterns");
const hoistJestMockPatterns = __importStar(require("./hoistJestMockPatterns"));
// Jest APIs that need to be hoisted

@@ -124,3 +143,3 @@ // Based on HOIST_METHODS from ts-jest

// IGNORE: export type { Y } from "Y";
if (node['exportKind'] !== 'type') {
if (node.exportKind !== 'type') {
firstImportNode = node;

@@ -127,0 +146,0 @@ }

8

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

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

"dependencies": {
"@rushstack/tree-pattern": "0.2.0"
"@rushstack/tree-pattern": "0.2.1"
},

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

"devDependencies": {
"@microsoft/rush-stack-compiler-3.9": "0.4.21",
"@rushstack/heft": "0.8.0",
"@rushstack/heft": "0.14.0",
"@rushstack/heft-node-rig": "0.1.0",
"@types/eslint": "7.2.0",

@@ -36,0 +36,0 @@ "@types/estree": "0.0.44",

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