1.0.0 • Published 4 years ago

@form8ion/is-website-vulnerable v1.0.0

Weekly downloads
195
License
MIT
Repository
github
Last release
4 years ago

is-website-vulnerable

opinionated scaffolder for testing web-based projects against is-website-vulnerable

Node CI Workflow Status Codecov

Table of Contents

Usage

MIT license npm Try @form8ion/is-website-vulnerable on RunKit

Installation

$ npm install @form8ion/is-website-vulnerable --save-prod

Example

Import

import {scaffold} from '@form8ion/is-website-vulnerable';

Execute

(async () => {
  await scaffold({baseUrl: 'http://localhost:9876'});
})();

Contributing

PRs Welcome Conventional Commits Commitizen friendly semantic-release Renovate

Dependencies

$ nvm install
$ npm install

Verification

$ npm test