You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

eslint-plugin-workspaces

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-workspaces - npm Package Compare versions

Comparing version

to
0.5.4

4

lib/utils.js

@@ -70,3 +70,5 @@ 'use strict';

ImportExpression: (node) => {
callback(resolveImport(context, node, node.source, currentPackage));
if (node.source.type === 'Literal') {
callback(resolveImport(context, node, node.source, currentPackage));
}
},

@@ -73,0 +75,0 @@ };

{
"name": "eslint-plugin-workspaces",
"version": "0.5.3",
"version": "0.5.4",
"main": "lib/index.js",

@@ -5,0 +5,0 @@ "license": "MIT",