Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
ultimate-comparison
Advanced tools
> This is the ultimate comparison framework written in [Angular](https://angular.io/). > It is released on npm as [ultimate-comparison](https://www.npmjs.com/package/ultimate-comparison).
This is the ultimate comparison framework written in Angular. It is released on npm as ultimate-comparison.
npm install --global ultimate-comparison
mkdir MY_COMPARISON && cd MY_COMPARISON
uc setup
node_modules
directory exists as sub directory.
npm install
afterwardsuc start
to start the comparison.The configuration files are located in the configuration
directory.
description.md
: It contains the description of your comparison which can be seen by visitors.
It is located underneath the headline of your comparison.
comparison-example.yml
: Example configuration file containing comments on fields to explain their meaning.
comparison-default.yml
: Default configuration, intended as backup of your local comparison.
comparison.yml
: The used configuration. Missing values are taken from comparison-default.yml
and written back into this file.
A comparison.yml
has following attributes:
title
: The title of the comparison. It is the headline of the page.
subtitle
: The subtitle of the comparison. It is next to the headline of the page.
selectTitle
: It is the headline for the search criteria, meaning that the area meant to enter search parameters uses this as headline.tableTitle
: It is the headline for the table, meaning that the area containing the table uses this as headline.
repository
: The link to the repository containing the comparison.header
: The heading of the details page
nameRef
: Heading of details page (field name) (1)labelRef
: Which label to add to the heading of the details page (field name) (2)urlRef
: Which url to show next to the heading of the details page (field name) (3)
body
: The body of the details page
title
: The heading of the used field (1)bodyRef
: The field to use as content of the body (2)
citation
: Configures the citation of sources
csl
: The style of the citation as bibtex class. Example classes: https://github.com/citation-style-language/stylesbib
: The file containing the used sources in bibtex stylecriteria
: List of fields that all comparison elements use. The attributes for each criteria are:
name
: The display name of the criteria. Type: string
(1)search
: Whether a text box should be added to the search form. Allowed values: true
(1), false
table
: Whether it should be included in the comparison table by default. Allowed values: true
(2), false
detail
: Whether it is in the detail page. Allowed values: true
, false
type
: The content type of the field. Allowed values: url
, markdown
, text
, label
, rating
, repository
andSearch
: Whether the search should be match all (true
) or match one (false
). Allowed values: true
(3), false
(3)values
: All allowed values the field can assume. Values can have the following attributes:
description
: Part of the tooltip for every instance of the value. Type: string
class
: CSS-class of the label. Type: string
(label-only)backgroundColor
: The background color of the label. Applies only if no class is given. Type: string
(label-only)color
: The text color of the label. Applies only if no class is given. Type: string
(label-only)minAge
: The minimum age of the last commit to apply this value. Type: number
(repository-only)minAgeUnit
: The unit to apply to the minAge attribute. Allowed values: https://momentjs.com/docs/#/durations/as-iso-string/ (repository-only)maxAge
: The maximum age of the last commit to apply this value. Type: number
(repository-only)maxAgeUnit
: The unit to apply to the maxAge attribute. Allowed values: https://momentjs.com/docs/#/durations/as-iso-string/ (repository-only)placeholder
: Text shown in the search bar if it is empty (4)rangeSearch
: Changes search to allow searching for number ranges. It allows searching for numbers and ranges of numbers. Only supports integers. (5)
For each thing, create a markdown file in data
.
You can base it on template.md
.
If one column depends on a repository (repo-attribute in comparison.yml
true), you have to define a ## Repo
section and add the repository as first list item, eg:
## Repo
- https://github.com/ultimate-comparisons/ultimate-comparison-BASE
To update the ultimate comparison framework that your comparison uses, just run npm update
in the directory that contains your comparison.
It installs the latest version with the same major version number (ie. 2.x.x
).
When developing on the framework itself, these might be helpful hints:
Use node 12.
Development on Windows currently does not work.
npm install --global --production windows-build-tools
choco install python2 vcredist2013
(currently does not fully work)node_modules/.bin/gulp default --gulpfile=/c/Users/login/git-repositories/uc/ultimate-comparison-BASE/lib/gulp/gulpfile.js --dir=node_modules/ultimate-comparison
The code is licensed under MIT, the content (located at data
) under CC0-1.0.
FAQs
> This is the ultimate comparison framework written in [Angular](https://angular.io/). > It is released on npm as [ultimate-comparison](https://www.npmjs.com/package/ultimate-comparison).
The npm package ultimate-comparison receives a total of 9 weekly downloads. As such, ultimate-comparison popularity was classified as not popular.
We found that ultimate-comparison demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.