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.10.0-alpha.3

0

lib/rules/no-absolute-imports.js

@@ -0,0 +0,0 @@ "use strict";

7

lib/rules/no-cross-imports.js

@@ -71,3 +71,8 @@ "use strict";

if (scopedEnabled && !scopesDeprecationShown) {
if (
scopedEnabled &&
!scopesDeprecationShown &&
process.stdout &&
process.stdout.isTTY
) {
scopesDeprecationShown = true;

@@ -74,0 +79,0 @@

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

2

package.json
{
"name": "eslint-plugin-workspaces",
"version": "0.10.0-alpha.2",
"version": "0.10.0-alpha.3",
"keywords": [

@@ -5,0 +5,0 @@ "eslint",

@@ -0,0 +0,0 @@ # eslint-plugin-workspaces ![npm downloads](https://img.shields.io/npm/dw/eslint-plugin-workspaces) [![Coverage Status](https://coveralls.io/repos/github/joshuajaco/eslint-plugin-workspaces/badge.svg)](https://coveralls.io/github/joshuajaco/eslint-plugin-workspaces) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)