@nodesecure/domain-check
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@nodesecure/domain-check", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "NodeSecure (npm) domain-check analysis package", | ||
@@ -8,2 +8,3 @@ "exports": "./src/index.js", | ||
"type": "module", | ||
"types": "./index.d.ts", | ||
"scripts": { | ||
@@ -36,9 +37,9 @@ "dev": "node ./src/index.js", | ||
"devDependencies": { | ||
"@nodesecure/eslint-config": "^1.4.1", | ||
"@nodesecure/eslint-config": "^1.6.0", | ||
"@small-tech/esm-tape-runner": "^2.0.0", | ||
"@small-tech/tap-monkey": "^1.4.0", | ||
"c8": "^7.11.3", | ||
"c8": "^7.12.0", | ||
"cross-env": "^7.0.3", | ||
"tape": "^5.5.3" | ||
"tape": "^5.6.1" | ||
} | ||
} |
# NodeSecure domain-check | ||
![version](https://img.shields.io/badge/dynamic/json.svg?url=https://raw.githubusercontent.com/NodeSecure/domain-check/main/package.json&query=$.version&label=Version) | ||
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/NodeSecure/domain-check/commit-activity) | ||
[![Security Responsible Disclosure](https://img.shields.io/badge/Security-Responsible%20Disclosure-yellow.svg)](https://github.com/nodejs/security-wg/blob/master/processes/responsible_disclosure_template.md | ||
) | ||
[![mit](https://img.shields.io/github/license/Naereen/StrapDown.js.svg)](https://github.com/NodeSecure/domain-check/blob/main/LICENSE) | ||
![build](https://img.shields.io/github/workflow/status/NodeSecure/domain-check/Node.js%20CI) | ||
![build](https://img.shields.io/github/actions/workflow/status/NodeSecure/domain-check/main.yml) | ||
@@ -9,0 +7,0 @@ NodeSecure (npm) domain-check analysis package |
6592
55