Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@mathspace/glossary-builder
Advanced tools
A custom [Now](https://zeit.co/now) builder that can generate a glossary of terms organised by collections and languages.
A custom Now builder that can generate a glossary of terms organised by collections and languages.
In your now.json
file:
{
"version": 2,
"builds": [
{
"src": "null",
"use": "@mathspace/glossary-builder",
"config": {
"title": "My Glossary",
"data": "data.yml"
}
}
]
}
In your data.yml
file:
# Every record must have type and id fields.
# Type fields: /[a-zA-Z-_]+/
# ID fields: /[a-zA-Z0-9-_]+/
# The value of the id field must be unique within the context of the type.
# Foreign key refs are a type and an id combined with slash ("type/id").
---
type: language
id: en
# Reference to another language that is a superset of this language. Nullable.
parent:
title: English
---
type: collection
id: a
# Reference to another collection that is a superset of this collection. Nullable.
parent:
title: Collection A
---
type: definition-set
id: thing
---
type: definition
id: a
# ID of the language this definition belongs to. Required.
language: language/en
# ID of the collection this definition belongs to. Nullable.
collection:
# ID of the set this definition belongs to. Required.
definitionSet: definition-set/thing
title: A Thing
body:
It's a thing.
FAQs
A custom [Now](https://zeit.co/now) builder that can generate a glossary of terms organised by collections and languages.
The npm package @mathspace/glossary-builder receives a total of 22 weekly downloads. As such, @mathspace/glossary-builder popularity was classified as not popular.
We found that @mathspace/glossary-builder demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.