@parel/security-basic 0.1.2 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +0 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -347,7 +347,6 @@ function extractAllPrograms(command) {
|
|
|
347
347
|
}
|
|
348
348
|
var index_default = definePlugin({
|
|
349
349
|
name: "@parel/security-basic",
|
|
350
|
-
version: "0.0.2",
|
|
351
350
|
async setup(ctx) {
|
|
352
351
|
const mode = ctx.config.mode ?? "allowlist";
|
|
353
352
|
const customExecTools = ctx.config.exec_tools;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@parel/security-basic",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "PAREL plugin for basic command and secret safety checks.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"README.md"
|
|
26
26
|
],
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@parel/plugin-sdk": "0.2.
|
|
28
|
+
"@parel/plugin-sdk": "0.2.2"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"tsup": "^8.0.0",
|