🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@rushstack/eslint-plugin-packlets

Package Overview
Dependencies
Maintainers
3
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rushstack/eslint-plugin-packlets - npm Package Compare versions

Comparing version

to
0.7.0

4

lib/circular-deps.d.ts
import type { TSESLint } from '@typescript-eslint/experimental-utils';
export declare type MessageIds = 'circular-import';
declare type Options = [];
export type MessageIds = 'circular-import';
type Options = [];
declare const circularDeps: TSESLint.RuleModule<MessageIds, Options>;
export { circularDeps };
//# sourceMappingURL=circular-deps.d.ts.map
import type { TSESLint } from '@typescript-eslint/experimental-utils';
import { InputFileMessageIds, ImportMessageIds } from './PackletAnalyzer';
export declare type MessageIds = InputFileMessageIds | ImportMessageIds;
declare type Options = [];
export type MessageIds = InputFileMessageIds | ImportMessageIds;
type Options = [];
declare const mechanics: TSESLint.RuleModule<MessageIds, Options>;
export { mechanics };
//# sourceMappingURL=mechanics.d.ts.map

@@ -1,3 +0,3 @@

export declare type InputFileMessageIds = 'file-in-packets-folder' | 'invalid-packlet-name' | 'misplaced-packlets-folder' | 'missing-src-folder' | 'missing-tsconfig' | 'packlet-folder-case';
export declare type ImportMessageIds = 'bypassed-entry-point' | 'circular-entry-point' | 'packlet-importing-project-file';
export type InputFileMessageIds = 'file-in-packets-folder' | 'invalid-packlet-name' | 'misplaced-packlets-folder' | 'missing-src-folder' | 'missing-tsconfig' | 'packlet-folder-case';
export type ImportMessageIds = 'bypassed-entry-point' | 'circular-entry-point' | 'packlet-importing-project-file';
export interface IAnalyzerError {

@@ -4,0 +4,0 @@ messageId: InputFileMessageIds | ImportMessageIds;

@@ -186,4 +186,4 @@ "use strict";

}
PackletAnalyzer._validPackletName = /^[a-z0-9]+(-[a-z0-9]+)*$/;
exports.PackletAnalyzer = PackletAnalyzer;
PackletAnalyzer._validPackletName = /^[a-z0-9]+(-[a-z0-9]+)*$/;
//# sourceMappingURL=PackletAnalyzer.js.map
/// <reference types="node" />
import * as path from 'path';
export declare type ParsedPath = path.ParsedPath;
export type ParsedPath = path.ParsedPath;
export declare class Path {

@@ -5,0 +5,0 @@ /**

@@ -143,3 +143,2 @@ "use strict";

}
exports.Path = Path;
/**

@@ -170,2 +169,3 @@ * Whether the filesystem is assumed to be case sensitive for Path operations.

Path._relativePathRegex = /^[.\/\\]+$/;
exports.Path = Path;
//# sourceMappingURL=Path.js.map
import type { TSESLint } from '@typescript-eslint/experimental-utils';
export declare type MessageIds = 'missing-readme' | 'error-reading-file' | 'readme-too-short';
declare type Options = [
export type MessageIds = 'missing-readme' | 'error-reading-file' | 'readme-too-short';
type Options = [
{

@@ -5,0 +5,0 @@ minimumReadmeWords?: number;

{
"name": "@rushstack/eslint-plugin-packlets",
"version": "0.6.1",
"version": "0.7.0",
"description": "A lightweight alternative to NPM packages for organizing source files within a single project",

@@ -21,4 +21,4 @@ "license": "MIT",

"dependencies": {
"@rushstack/tree-pattern": "0.2.4",
"@typescript-eslint/experimental-utils": "~5.38.0"
"@typescript-eslint/experimental-utils": "~5.59.2",
"@rushstack/tree-pattern": "0.2.4"
},

@@ -29,12 +29,12 @@ "peerDependencies": {

"devDependencies": {
"@rushstack/heft": "0.48.0",
"@rushstack/heft-node-rig": "1.11.0",
"@rushstack/heft": "0.50.4",
"@rushstack/heft-node-rig": "1.12.10",
"@types/eslint": "8.2.0",
"@types/estree": "0.0.50",
"@types/heft-jest": "1.0.1",
"@types/node": "12.20.24",
"@typescript-eslint/parser": "~5.38.0",
"@typescript-eslint/typescript-estree": "~5.38.0",
"@types/node": "14.18.36",
"@typescript-eslint/parser": "~5.59.2",
"@typescript-eslint/typescript-estree": "~5.59.2",
"eslint": "~8.7.0",
"typescript": "~4.8.4"
"typescript": "~5.0.4"
},

@@ -41,0 +41,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet