@lcap/nasl-translator
Advanced tools
Comparing version 3.9.0-beta.7 to 3.9.0-beta.8
@@ -119,5 +119,5 @@ "use strict"; | ||
const content = properties.map((prop) => node[prop]).filter((value) => !!value).join(' '); | ||
return content.trim() ? `/** ${content} */\n${(0, exports.indent)(state.tabSize ?? 0)}` : ''; | ||
return content.trim() ? `/* ${content} */\n${(0, exports.indent)(state.tabSize ?? 0)}` : ''; | ||
} | ||
exports.createDescriptionComment = createDescriptionComment; | ||
//# sourceMappingURL=utils.js.map |
{ | ||
"name": "@lcap/nasl-translator", | ||
"description": "NetEase Application Specific Language", | ||
"version": "3.9.0-beta.7", | ||
"version": "3.9.0-beta.8", | ||
"author": "Forrest <rainforest92@126.com>", | ||
@@ -17,6 +17,6 @@ "main": "./out", | ||
"dependencies": { | ||
"@lcap/nasl-tsconfig": "1.0.1", | ||
"@lcap/nasl-test-toolkit": "1.0.0", | ||
"@lcap/nasl-tsconfig": "1.0.1", | ||
"@lcap/nasl-types": "3.9.0-beta.7", | ||
"@lcap/nasl-utils": "3.9.0-beta.7" | ||
"@lcap/nasl-types": "3.9.0-beta.8", | ||
"@lcap/nasl-utils": "3.9.0-beta.8" | ||
}, | ||
@@ -23,0 +23,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
25680
1
+ Added@lcap/nasl-types@3.9.0-beta.8(transitive)
+ Added@lcap/nasl-utils@3.9.0-beta.8(transitive)
- Removed@lcap/nasl-types@3.9.0-beta.7(transitive)
- Removed@lcap/nasl-utils@3.9.0-beta.7(transitive)