Socket
Socket
Sign inDemoInstall

eslint-plugin-file-extension-in-import-ts

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-file-extension-in-import-ts - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

2

lib/rules/file-extension-in-import-ts.js

@@ -7,3 +7,3 @@ const fs = require('node:fs');

const packageNamePattern = /^(?:@[^/\\]+[/\\])?[^/\\]+$/u;
const packageNamePattern = /^(?:@[^/\\]+[/\\])?[^@~.]+$/u;
const corePackageOverridePattern =

@@ -10,0 +10,0 @@ /^(?:assert|async_hooks|buffer|child_process|cluster|console|constants|crypto|dgram|dns|domain|events|fs|http|http2|https|inspector|module|net|os|path|perf_hooks|process|punycode|querystring|readline|repl|stream|string_decoder|sys|timers|tls|trace_events|tty|url|util|v8|vm|worker_threads|zlib)[/\\]$/u;

{
"name": "eslint-plugin-file-extension-in-import-ts",
"version": "2.1.0",
"version": "2.1.1",
"description": "The plugin check and fix file extensions in Node.js application type module in Typescript",

@@ -5,0 +5,0 @@ "keywords": [],

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