ferret-scan 1.0.0 → 1.0.1
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/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ferret-scan",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Security scanner for AI CLI configurations - detect prompt injections, credential leaks, and malicious patterns in AI agent configs",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -102,6 +102,7 @@
|
|
|
102
102
|
"ignore": "^5.3.1",
|
|
103
103
|
"ora": "^8.0.1",
|
|
104
104
|
"table": "^6.8.1",
|
|
105
|
+
"typescript": "^5.0.0",
|
|
105
106
|
"yaml": "^2.3.4"
|
|
106
107
|
},
|
|
107
108
|
"devDependencies": {
|
|
@@ -113,7 +114,6 @@
|
|
|
113
114
|
"eslint": "^8.56.0",
|
|
114
115
|
"jest": "^29.7.0",
|
|
115
116
|
"ts-jest": "^29.1.1",
|
|
116
|
-
"typescript": "^5.9.3",
|
|
117
117
|
"typescript-eslint": "^8.54.0"
|
|
118
118
|
}
|
|
119
119
|
}
|