Socket
Socket
Sign inDemoInstall

eslint-plugin-import-helpers

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-import-helpers - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

lib/util/import-type.js

@@ -7,3 +7,3 @@ "use strict";

exports.isAbsolute = isAbsolute;
var moduleRegExp = /^\w/;
var moduleRegExp = /^[^\/\\.]/;
function isModule(name) {

@@ -10,0 +10,0 @@ return moduleRegExp.test(name);

{
"name": "eslint-plugin-import-helpers",
"version": "1.0.0",
"version": "1.0.1",
"description": "ESLint Rules to Aid with Imports",

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

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