Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,6 @@ readme:
in `frontend/`.
metadata:
analyzerVersion: 0.1.0
rulesLoaded: 740
rulesLoaded: 741
languageDefsLoaded: 815
ignoredDirectories: []
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ infrastructure:
- Dockerfile
metadata:
analyzerVersion: 0.1.0
rulesLoaded: 740
rulesLoaded: 741
languageDefsLoaded: 815
ignoredDirectories: []
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,6 @@ readme:
backed by Postgres.
metadata:
analyzerVersion: 0.1.0
rulesLoaded: 740
rulesLoaded: 741
languageDefsLoaded: 815
ignoredDirectories: []
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ technologies:
infrastructure: []
metadata:
analyzerVersion: 0.1.0
rulesLoaded: 740
rulesLoaded: 741
languageDefsLoaded: 815
ignoredDirectories: []
34 changes: 34 additions & 0 deletions src/Ivy.StackAnalyzer/data/detectors/library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,26 @@
- { ecosystem: npm, pattern: "@composio\\/" }
dotenv: [COMPOSIO_]
confidence: high
- id: codemirror
name: CodeMirror
category: library
match:
deps:
- { ecosystem: npm, name: codemirror }
depsRegex:
- { ecosystem: npm, pattern: "@codemirror\\/" }
- { ecosystem: npm, pattern: "^@uiw\\/react-codemirror" }
confidence: high
- id: d3js
name: D3.js
category: library
match:
deps:
- { ecosystem: npm, name: d3 }
- { ecosystem: npm, name: d3-shape }
- { ecosystem: npm, name: "@types/d3" }
- { ecosystem: npm, name: "@types/d3-shape" }
confidence: high
- id: databricks
name: Databricks
category: library
Expand Down Expand Up @@ -296,6 +316,13 @@
files: [.nango, nango.yaml]
dotenv: [NANGO_]
confidence: high
- id: nettopologysuite
name: NetTopologySuite
category: library
match:
deps:
- { ecosystem: nuget, prefix: "NetTopologySuite" }
confidence: high
- id: phosphoreicons
name: Phosphor Icons
category: library
Expand Down Expand Up @@ -358,6 +385,13 @@
- { ecosystem: npm, name: "@steeze-ui/tabler-icons" }
- { ecosystem: npm, name: "@iconify-json/tabler" }
confidence: high
- id: tiptap
name: Tiptap
category: library
match:
depsRegex:
- { ecosystem: npm, pattern: "^@tiptap\\/" }
confidence: high
- id: trayio
name: Tray.ai
category: library
Expand Down
26 changes: 0 additions & 26 deletions src/Ivy.StackAnalyzer/data/detectors/styling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,25 +45,6 @@
depsRegex:
- { ecosystem: npm, pattern: "^@chakra-ui\\/" }
confidence: high
- id: codemirror
name: CodeMirror
category: styling
match:
deps:
- { ecosystem: npm, name: codemirror }
depsRegex:
- { ecosystem: npm, pattern: "@codemirror\\/" }
confidence: high
- id: d3js
name: D3.js
category: styling
match:
deps:
- { ecosystem: npm, name: d3 }
- { ecosystem: npm, name: d3-shape }
- { ecosystem: npm, name: "@types/d3" }
- { ecosystem: npm, name: "@types/d3-shape" }
confidence: high
- id: daisyui
name: daisyUI
category: styling
Expand Down Expand Up @@ -208,10 +189,3 @@
deps:
- { ecosystem: npm, name: "@tanstack/react-router" }
confidence: high
- id: tiptap
name: Tiptap
category: styling
match:
depsRegex:
- { ecosystem: npm, pattern: "^@tiptap\\/" }
confidence: high
Loading