verdaccio-audit

v1.2.1
verdaccio middleware plugin to bypass npmjs audit
verdaccio plugin middleware audit

lint

eslint . --ext .js,.ts

test

npm run lint && jest

build

npm run build:types && npm run build:js

release

standard-version -a -s

build:js

babel src/ --out-dir lib --extensions ".ts,.tsx" --source-maps inline

commitmsg

commitlint -e $GIT_PARAMS

prepublish

npm run build

type-check

tsc --noEmit

build:types

tsc --emitDeclarationOnly

coverage:publish

codecov

type-check:watch

npm run type-check -- --watch

Metadata

  • MIT
  • >=8
  • Juan Picado
  • released 7/29/2019

Downloads