cyberchef 9.46.2 → 9.46.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cyberchef",
3
- "version": "9.46.2",
3
+ "version": "9.46.3",
4
4
  "description": "The Cyber Swiss Army Knife for encryption, encoding, compression and data analysis.",
5
5
  "author": "n1474335 <n1474335@gmail.com>",
6
6
  "homepage": "https://gchq.github.io/CyberChef",
@@ -184,7 +184,7 @@ class Protobuf {
184
184
  bytes: String,
185
185
  longs: Number,
186
186
  enums: String,
187
- defualts: true
187
+ defaults: true
188
188
  });
189
189
  const output = {};
190
190
 
@@ -40,10 +40,10 @@ TestRegister.addTests([
40
40
  "Apple": [
41
41
  28
42
42
  ],
43
- "Banana": "You",
44
43
  "Carrot": [
45
44
  "Me"
46
- ]
45
+ ],
46
+ "Banana": "You"
47
47
  }, null, 4),
48
48
  recipeConfig: [
49
49
  {
@@ -72,10 +72,10 @@ TestRegister.addTests([
72
72
  "Apple": [
73
73
  28
74
74
  ],
75
- "Banana": "You",
76
75
  "Carrot": [
77
76
  "Me"
78
- ]
77
+ ],
78
+ "Banana": "You"
79
79
  },
80
80
  "Unknown Fields": {
81
81
  "4": 43,
@@ -111,10 +111,10 @@ TestRegister.addTests([
111
111
  "Apple": [
112
112
  28
113
113
  ],
114
- "Banana": "You",
115
114
  "Carrot": [
116
115
  "Me"
117
116
  ],
117
+ "Banana": "You",
118
118
  "Date": 43,
119
119
  "Elderberry": {
120
120
  "Fig": "abc123",
@@ -154,10 +154,10 @@ TestRegister.addTests([
154
154
  input: "0d1c0000001203596f751a024d65202b2a0a0a06616263313233120031ba32a96cc10200003801",
155
155
  expectedOutput: JSON.stringify({
156
156
  "Test": {
157
- "Banana (string)": "You",
158
157
  "Carrot (string)": [
159
158
  "Me"
160
159
  ],
160
+ "Banana (string)": "You",
161
161
  "Date (int32)": 43,
162
162
  "Imbe (Options)": "Option1"
163
163
  },