New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.6.3 to 0.7.0

lib/typedef-var.d.ts

12

CHANGELOG.json

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

{
"version": "0.7.0",
"tag": "@rushstack/eslint-plugin_v0.7.0",
"date": "Tue, 22 Sep 2020 01:45:31 GMT",
"comments": {
"minor": [
{
"comment": "Add a new rule \"@rushstack/typedef-var\" which supplements \"@typescript-eslint/typedef\" by enabling a special policy for local variables"
}
]
}
},
{
"version": "0.6.3",

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

9

CHANGELOG.md
# Change Log - @rushstack/eslint-plugin
This log was last generated on Sat, 19 Sep 2020 04:37:26 GMT and should not be manually modified.
This log was last generated on Tue, 22 Sep 2020 01:45:31 GMT and should not be manually modified.
## 0.7.0
Tue, 22 Sep 2020 01:45:31 GMT
### Minor changes
- Add a new rule "@rushstack/typedef-var" which supplements "@typescript-eslint/typedef" by enabling a special policy for local variables
## 0.6.3

@@ -6,0 +13,0 @@ Sat, 19 Sep 2020 04:37:26 GMT

5

lib/index.js

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

const no_untyped_underscore_1 = require("./no-untyped-underscore");
const typedef_var_1 = require("./typedef-var");
const plugin = {

@@ -18,3 +19,5 @@ rules: {

// Full name: "@rushstack/no-untyped-underscore"
'no-untyped-underscore': no_untyped_underscore_1.noUntypedUnderscoreRule
'no-untyped-underscore': no_untyped_underscore_1.noUntypedUnderscoreRule,
// Full name: "@rushstack/typedef-var"
'typedef-var': typedef_var_1.typedefVar
}

@@ -21,0 +24,0 @@ };

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

@@ -5,0 +5,0 @@ "repository": {

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