Socket
Socket
Sign inDemoInstall

web-app-manifest-validator

Package Overview
Dependencies
1
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    web-app-manifest-validator

Web app manifest validator


Version published
Weekly downloads
4.9K
decreased by-16.18%
Maintainers
1
Install size
12.5 kB
Created
Weekly downloads
 

Readme

Source

web-app-manifest-validator

Build Status

Really simple web app manifest validator.

Install

$ npm install --save web-app-manifest-validator

Usage

var validate = require('web-app-manifest-validator');
var manifest = require('./manifest.json');

validate(manifest).forEach(function(error) {
  console.log(error);
});

License

web-app-manifest-validator is licensed under the MIT license.

See LICENSE for the full license text.

Keywords

FAQs

Last updated on 30 Oct 2020

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc