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

@blueprintjs/eslint-plugin

Package Overview
Dependencies
Maintainers
1
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blueprintjs/eslint-plugin - npm Package Compare versions

Comparing version 2.7.8 to 2.8.0

1

lib/rules/no-deprecated-components/no-deprecated-core-components.d.ts

@@ -6,2 +6,3 @@ export declare const coreComponentsMigrationMapping: {

CollapsibleList: string;
KeyCombo: string;
"MenuItem.popoverProps": string;

@@ -8,0 +9,0 @@ Popover: string;

@@ -13,2 +13,3 @@ "use strict";

CollapsibleList: "OverflowList",
KeyCombo: "KeyComboTag",
"MenuItem.popoverProps": "MenuItem2",

@@ -15,0 +16,0 @@ // TODO(@adidahiya): Blueprint v6

@@ -93,2 +93,3 @@ "use strict";

["IToaster", "ToasterInstance"],
["IToasterProps", "OverlayToasterProps"],
["ITreeNode", "TreeNodeInfo"],

@@ -101,2 +102,3 @@ ],

"IDatePickerModifiers",
"IDatePickerShortcut",
"IDateRangeInputProps",

@@ -103,0 +105,0 @@ "IDateRangeShortcut",

2

package.json
{
"name": "@blueprintjs/eslint-plugin",
"version": "2.7.8",
"version": "2.8.0",
"description": "ESLint rules for use with @blueprintjs packages",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -12,2 +12,3 @@ /*

CollapsibleList: "OverflowList",
KeyCombo: "KeyComboTag",
"MenuItem.popoverProps": "MenuItem2",

@@ -14,0 +15,0 @@ // TODO(@adidahiya): Blueprint v6

@@ -96,2 +96,3 @@ /*

["IToaster", "ToasterInstance"],
["IToasterProps", "OverlayToasterProps"],
["ITreeNode", "TreeNodeInfo"],

@@ -105,2 +106,3 @@ ],

"IDatePickerModifiers",
"IDatePickerShortcut",
"IDateRangeInputProps",

@@ -107,0 +109,0 @@ "IDateRangeShortcut",

@@ -109,2 +109,15 @@ /*

},
{
code: dedent`
import { KeyCombo } from "@blueprintjs/core";
return <KeyCombo />;
`,
errors: [
{
messageId: "migration",
data: { deprecatedComponentName: "KeyCombo", newComponentName: "KeyComboTag" },
},
],
},
],

@@ -111,0 +124,0 @@ valid: [

Sorry, the diff of this file is not supported yet

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