Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@colophon/schema

Package Overview
Dependencies
Maintainers
3
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@colophon/schema - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

spec/1.0/README.md

2

index.js

@@ -1,2 +0,2 @@

const latest = '1.0.0'
const latest = '1.0'

@@ -3,0 +3,0 @@ module.exports = {

{
"version": "1.1.0",
"version": "1.2.0",
"name": "@colophon/schema",
"description": "Standarized project metadata to specify the components, constructs and authorship of software",
"author": "Ahmad Nassri <ahmad@ahmadnassri.com> (https://www.ahmadnassri.com/)",
"homepage": "https://colophon.id",
"repository": {
"type": "git",
"url": "https://github.com/ahmadnassri/colophon.git"
"url": "https://github.com/project-colophon/schema.git"
},
"license": "ISC",
"license": "MIT",
"main": "index.js",

@@ -16,7 +17,4 @@ "keywords": [

],
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=9"
"node": ">=8"
},

@@ -27,7 +25,13 @@ "files": [

"bugs": {
"url": "https://github.com/ahmadnassri/colophon/issues"
"url": "https://github.com/project-colophon/schema/issues"
},
"scripts": {
"test": "npm run test:tap",
"test:tap": "tap test --100 --coverage-report=lcov --no-browser"
"lint:audit": "npm audit",
"lint:deps": "npx updated",
"lint:ec": "npx editorconfig-checker .",
"lint:js": "npx eslint .",
"lint:md": "npx remark --quiet --frail .",
"lint": "npx run-p lint:*",
"open:coverage": "opener coverage/lcov-report/index.html",
"test": "tap test --100 --coverage-report=lcov --no-browser"
},

@@ -34,0 +38,0 @@ "devDependencies": {

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

# Colophon [![version][npm-version]][npm-url] [![License][license-image]][license-url] [![Build Status][travis-image]][travis-url]
# Colophon Schema
[![License][license-image]][license-url] [![version][npm-image]][npm-url] [![Build Status][circle-image]][circle-url]
> Standarized project metadata to specify the components, constructs and authorship of software.

@@ -68,5 +70,5 @@

\# | status
---------------------- | -----------
[`1.0.0`](spec/1.0.0/) | development
| \# | status |
| ------------------ | ----------- |
| [`1.0`](spec/1.0/) | deprecated |

@@ -81,4 +83,10 @@ ## JSON Schema

## API
## Install
```bash
npm install @colophon/schema
```
## Usage
```js

@@ -94,20 +102,15 @@ const { schema, regex } = require('@colophon/schema')

---
> Author: [Ahmad Nassri](https://www.ahmadnassri.com) &bull;
> Github: [@project-colophon](https://github.com/project-colophon) &bull;
> Twitter: [@ColophonID](https://twitter.com/ColophonID)
> License: [ISC][license-url] •
> Copyright: [ahmadnassri.com](https://www.ahmadnassri.com) •
> Github: [@AhmadNassri](https://github.com/ahmadnassri) •
> Twitter: [@AhmadNassri](https://twitter.com/ahmadnassri)
[license-url]: LICENSE
[license-image]: https://img.shields.io/github/license/project-colophon/schema.svg?style=for-the-badge&logo=circleci
[json schema]: http://json-schema.org
[circle-url]: https://circleci.com/gh/project-colophon/schema
[circle-image]: https://img.shields.io/circleci/project/github/project-colophon/schema/master.svg?style=for-the-badge&logo=circleci
[license-image]: https://img.shields.io/github/license/ahmadnassri/colophon.svg?style=flat-square
[license-url]: http://choosealicense.com/licenses/isc/
[npm-url]: https://www.npmjs.com/package/@colophon/schema
[npm-image]: https://img.shields.io/npm/v/@colophon/schema.svg?style=for-the-badge&logo=npm
[npm-version]: https://img.shields.io/npm/v/@colophon/schema.svg?style=flat-square
[travis-image]: https://img.shields.io/travis/ahmadnassri/colophon.svg?style=flat-square
[travis-url]: https://travis-ci.org/ahmadnassri/colophon
[json schema]: http://json-schema.org

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc