Socket
Socket
Sign inDemoInstall

eslint-plugin-jsdoc

Package Overview
Dependencies
Maintainers
1
Versions
655
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-jsdoc - npm Package Compare versions

Comparing version 46.2.2 to 46.2.3

5

dist/rules/importsAsDependencies.js

@@ -55,5 +55,2 @@ "use strict";

let mod = nde.element.value.replace(/^(@[^/]+\/[^/]+|[^/]+).*$/u, '$1');
if (mod === 'typescript') {
return;
}
if (!moduleCheck.has(mod)) {

@@ -68,3 +65,3 @@ let pkg;

}
if (!pkg || !pkg.types) {
if (!pkg || !pkg.types && !pkg.typings) {
mod = `@types/${mod}`;

@@ -71,0 +68,0 @@ }

2

package.json

@@ -138,3 +138,3 @@ {

},
"version": "46.2.2"
"version": "46.2.3"
}

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