@lcap/nasl-translator
Advanced tools
Comparing version 3.11.1-rc.1 to 3.11.2-beta.1
@@ -114,3 +114,3 @@ "use strict"; | ||
function textualNamespace(name) { | ||
return name.replace(/\./g, '::'); | ||
return name?.replace(/\./g, '::'); | ||
} | ||
@@ -117,0 +117,0 @@ exports.textualNamespace = textualNamespace; |
{ | ||
"name": "@lcap/nasl-translator", | ||
"description": "NetEase Application Specific Language", | ||
"version": "3.11.1-rc.1", | ||
"version": "3.11.2-beta.1", | ||
"author": "Forrest <rainforest92@126.com>", | ||
@@ -19,4 +19,4 @@ "main": "./out", | ||
"@lcap/nasl-tsconfig": "1.0.1", | ||
"@lcap/nasl-types": "3.11.1-rc.1", | ||
"@lcap/nasl-utils": "3.11.1-rc.1" | ||
"@lcap/nasl-types": "3.11.2-beta.1", | ||
"@lcap/nasl-utils": "3.11.2-beta.1" | ||
}, | ||
@@ -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
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
27995
+ Added@lcap/nasl-types@3.11.2-beta.1(transitive)
+ Added@lcap/nasl-utils@3.11.2-beta.1(transitive)
- Removed@lcap/nasl-types@3.11.1-rc.1(transitive)
- Removed@lcap/nasl-utils@3.11.1-rc.1(transitive)