New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eslint-plugin-file-progress

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-file-progress - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

3

index.d.ts

@@ -9,3 +9,4 @@ import type { Linter, Rule } from 'eslint';

configs: {
recommended: Linter.Config
recommended: Linter.Config;
noCI: Linter.Config;
};

@@ -12,0 +13,0 @@ rules: {

@@ -6,3 +6,3 @@ import progress from './rules/progress.js';

name: "eslint-plugin-file-progress",
version: "2.1.1"
version: "2.1.2"
},

@@ -17,3 +17,3 @@ configs: {},

recommended: {
name: 'recommended',
name: 'progress/recommended',
plugins: {

@@ -27,3 +27,3 @@ progress: plugin

noCI: {
name: 'no-ci',
name: 'progress/no-ci',
plugins: {

@@ -30,0 +30,0 @@ progress: plugin

{
"name": "eslint-plugin-file-progress",
"description": "Eslint plugin to print file progress",
"version": "2.1.1",
"version": "2.1.2",
"license": "MIT",

@@ -6,0 +6,0 @@ "author": "sibiraj-s",

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