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.
@kintone/plugin-manifest-validator
Advanced tools
[![npm version](https://badge.fury.io/js/%40kintone%2Fplugin-manifest-validator.svg)](https://badge.fury.io/js/%40kintone%2Fplugin-manifest-validator) ![Node.js version](https://img.shields.io/badge/dynamic/json.svg?url=https://raw.githubusercontent.com/k
Validate manifest.json
of kintone plugin. Used in @kintone/plugin-packer.
$ npm install @kintone/plugin-manifest-validator
const validator = require("@kintone/plugin-manifest-validator");
const manifestJson = require("./path/to/your/manifest.json");
const result = validator(manifestJson);
console.log(result.valid); // true or false
console.log(result.errors); // array of ajv error objects
ajv error objects is like:
{
dataPath: '/version',
keyword: 'type',
message: 'should be integer',
params: {
type: 'integer',
},
schemaPath: '#/properties/version/type',
}
manifest-schema.json
JSON schema for manifest.json is available.
const manifestJsonSchema = require("@kintone/plugin-manifest-validator/manifest-schema.json");
manifest-schema.d.ts
TypeScript type definition (d.ts) for manifest.json is available.
import { KintonePluginManifestJson } from "@kintone/plugin-manifest-validator/manifest-schema";
let manifest: KintonePluginManifestJson;
MIT License
FAQs
[![npm version](https://badge.fury.io/js/%40kintone%2Fplugin-manifest-validator.svg)](https://badge.fury.io/js/%40kintone%2Fplugin-manifest-validator) ![Node.js version](https://img.shields.io/badge/dynamic/json.svg?url=https://raw.githubusercontent.com/k
The npm package @kintone/plugin-manifest-validator receives a total of 1,249 weekly downloads. As such, @kintone/plugin-manifest-validator popularity was classified as popular.
We found that @kintone/plugin-manifest-validator demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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.