qa-control 0.6.4 → 0.6.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -8,7 +8,7 @@ Quality assurance tool for node/npm projects
8
8
  [![downloads](https://img.shields.io/npm/dm/qa-control.svg)](https://npmjs.org/package/qa-control)
9
9
  [![build](https://github.com/codenautas/qa-control/actions/workflows/build-and-test.yml/badge.svg)](https://github.com/codenautas/qa-control/actions/workflows/build-and-test.yml)
10
10
  [![coverage](https://img.shields.io/coveralls/codenautas/qa-control/master.svg)](https://coveralls.io/r/codenautas/qa-control)
11
- [![dependencies](https://snyk.io/test/github/codenautas/qa-control/badge.svg)](https://snyk.io/test/github/codenautas/qa-control)
11
+ [![security](https://socket.dev/api/badge/npm/package/qa-control)](https://socket.dev/npm/package/qa-control)
12
12
  [![qa-control](https://github.com/codenautas/qa-control/actions/workflows/qa-control.yml/badge.svg)](https://github.com/codenautas/qa-control/actions/workflows/qa-control.yml)
13
13
 
14
14
 
@@ -160,10 +160,10 @@ module.exports = function(qaControl){
160
160
  imgExample:'https://raw.githubusercontent.com/codenautas/codenautas/master/img/coverage.png',
161
161
  docDescription: ''
162
162
  },
163
- dependencies:{
163
+ security:{
164
164
  mandatory:true,
165
- md:'[![dependencies](https://snyk.io/test/github/xxx/yyy/badge.svg)](https://snyk.io/test/github/xxx/yyy)',
166
- imgExample:'https://raw.githubusercontent.com/codenautas/codenautas/master/img/medalla-ejemplo-dependencies.png',
165
+ md:'[![security](https://socket.dev/api/badge/npm/package/yyy)](https://socket.dev/npm/package/yyy)',
166
+ imgExample:'https://socket.dev/api/badge/npm/package/my-package',
167
167
  docDescription: ''
168
168
  },
169
169
  'qa-control':{
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "qa-control",
3
3
  "description": "QA control of things that nobody controls",
4
- "version": "0.6.4",
4
+ "version": "0.6.5",
5
5
  "author": "Codenautas <codenautas@googlegroups.com>",
6
6
  "license": "MIT",
7
7
  "repository": "codenautas/qa-control",