Comparing version 0.3.0 to 0.3.1
@@ -12,2 +12,6 @@ # Changelog | ||
## [0.3.1] - 2020-12-07 | ||
- Deprecate calling `shescape()` directly. | ||
## [0.3.0] - 2020-12-07 | ||
@@ -14,0 +18,0 @@ |
@@ -6,2 +6,5 @@ const os = require("os"); | ||
module.exports = function (arg) { | ||
console.warn( | ||
"calling shescape() directly is deprecated since v0.3.1 and will be removed in v1.0.0" | ||
); | ||
const platform = os.platform(); | ||
@@ -8,0 +11,0 @@ return main.escapeShellArgByPlatform(arg, platform); |
{ | ||
"name": "shescape", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "simple shell escape library", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/ericcornelissen/shescape#readme", |
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
21958
48