ai-nevermore 0.0.9 → 0.1.0
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/README.md +2 -1
- package/package.json +2 -2
- package/decoded.jpg +0 -0
package/README.md
CHANGED
|
@@ -128,7 +128,8 @@ Roadmap
|
|
|
128
128
|
- [x] stdin, stdout support
|
|
129
129
|
- [x] custom dictionary
|
|
130
130
|
- [x] image encoding
|
|
131
|
-
- [
|
|
131
|
+
- [x] web component decoder
|
|
132
|
+
- [x] markup obfuscation
|
|
132
133
|
- [ ] self randomizing dictionary
|
|
133
134
|
- [ ] add a replacement mode (opposed to a tokenizer based solution)
|
|
134
135
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ai-nevermore",
|
|
3
|
-
"version": "0.0
|
|
3
|
+
"version": "0.1.0",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"adversarial",
|
|
6
6
|
"content",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"help": "./bin/nevermore --help"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@environment-safe/canvas": "^4.
|
|
54
|
+
"@environment-safe/canvas": "^4.3.0",
|
|
55
55
|
"@environment-safe/elements": "^0.0.4",
|
|
56
56
|
"@environment-safe/file": "^0.4.3",
|
|
57
57
|
"object-hash": "^3.0.0",
|
package/decoded.jpg
DELETED
|
Binary file
|