@turingsecure/nessus.js
Advanced tools
Comparing version 0.1.2 to 1.0.0
{ | ||
"name": "@turingsecure/nessus.js", | ||
"version": "0.1.2", | ||
"version": "1.0.0", | ||
"description": "nessus.js is library to parse nessus output files into javascript.", | ||
"keywords": [ | ||
"burp", | ||
"xml", | ||
"parser", | ||
"security", | ||
"javascript", | ||
"itsec" | ||
], | ||
"keywords": ["burp", "xml", "parser", "security", "javascript", "itsec"], | ||
"main": "dist/nessus-js.umd.js", | ||
"module": "dist/nessus-js.es5.js", | ||
"typings": "dist/types/nessus-js.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"files": ["dist"], | ||
"author": "Fabian Kutsche <kutschefabian@gmail.com>", | ||
@@ -50,11 +41,4 @@ "repository": { | ||
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$", | ||
"moduleFileExtensions": [ | ||
"ts", | ||
"tsx", | ||
"js" | ||
], | ||
"coveragePathIgnorePatterns": [ | ||
"/node_modules/", | ||
"/test/" | ||
], | ||
"moduleFileExtensions": ["ts", "tsx", "js"], | ||
"coveragePathIgnorePatterns": ["/node_modules/", "/test/"], | ||
"coverageThreshold": { | ||
@@ -68,5 +52,3 @@ "global": { | ||
}, | ||
"collectCoverageFrom": [ | ||
"src/*.{js,ts}" | ||
] | ||
"collectCoverageFrom": ["src/*.{js,ts}"] | ||
}, | ||
@@ -73,0 +55,0 @@ "prettier": { |
<h1 align="center">nessus.js by <a href="https://turingsecure.com" target="_blank">turingsecure.</a></h1> | ||
<p> | ||
<img alt="Version" src="https://img.shields.io/badge/version-0.1.2-blue.svg?cacheSeconds=2592000" /> | ||
<img alt="Version" src="https://img.shields.io/badge/version1.0.0-blue.svg?cacheSeconds=2592000" /> | ||
<a href="#" target="_blank"> | ||
@@ -42,3 +42,3 @@ <img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-yellow.svg" /> | ||
Copyright © 2021 [turingsecure](https://turingsecure.com). | ||
Copyright © 2023 [turingsecure](https://turingsecure.com). | ||
This project is [MIT](LICENSE) licensed. |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
112902