New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@turingsecure/nessus.js

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@turingsecure/nessus.js - npm Package Compare versions

Comparing version 0.1.2 to 1.0.0

30

package.json
{
"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": {

4

README.md
<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.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc