New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@release-notes/schema

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@release-notes/schema

JSON Schema definitions of the release-notes specification - an easy to use, human readable and machine processable schema for release notes.

latest
Source
npmnpm
Version
0.2.0
Version published
Weekly downloads
164
-71.43%
Maintainers
1
Weekly downloads
 
Created
Source

Release Notes Schema

Subscribe to Release Notes NPM Package MIT license

About

The goal of this repository is to implement JSON Schema Definitions of the Release Notes Specification.

The following schemas are defined:

Installation

$ npm i -S @release-notes/schema

Usage

const ReleaseNotesSchema = require('@release-notes/schema');

console.info(
  'Required fields of release notes: %s',
  ReleaseNotesSchema.ReleaseNotes.required.join(', ')
);

Project Repositories

The Release Notes project consists of the following repositories:

LICENSE

The files in this archive are released under MIT license. You can find a copy of this license in LICENSE.

Keywords

release notes

FAQs

Package last updated on 30 Oct 2017

Did you know?

Socket

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.

Install

Related posts