Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
@colophon/schema
Advanced tools
Standarized project metadata to specify the components, constructs and authorship of software
Standarized project metadata to specify the components, constructs and authorship of software.
Allows teams to gain a better understanding of software, systems and human mappings (why, what, how, who, when, where) in an organization.
Web pages can expose a <meta>
tag that links to the project's id
:
<meta name="colophon" content="acme-app-id"/>
APIs respond with a header Colophon
that links to the project's id
:
HTTP/1.1 200 OK
Date: Fri, 25 May 2018 22:38:34 GMT
Content-Type: application/json; charset=UTF-8
Content-Encoding: UTF-8
Colophon: acme-app-api
...
This project's own colophon.yml
:
version: 1.0.0
id: colophon-schema
about:
title: Colphon Schema
description: Standarized project metadata to specify the components, constructs and authorship of software.
contacts:
humans: Ahmad Nassri <hi@ahmad.codes>
schedule:
launch: 2018-05-24T05:00:00.000Z
environments:
- type: git
title: Source Code
uri: https://github.com/ahmadnassri/colophon
references:
- title: Documentation
uri: https://github.com/ahmadnassri/colophon
# | status |
---|---|
1.0.0 | development |
Available as an npm
package for validation purposes, compatible with any JSON Schema validation tool
npm install --production --save @colophon/schema
const { schema, regex } = require('@colophon/schema')
License: ISC • Copyright: ahmadnassri.com • Github: @AhmadNassri • Twitter: @AhmadNassri
FAQs
Schema & Validator for https://colophon.id
The npm package @colophon/schema receives a total of 2 weekly downloads. As such, @colophon/schema popularity was classified as not popular.
We found that @colophon/schema 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.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.