@mlvscan/wasm-core 1.3.1 → 1.3.2
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.
|
Binary file
|
|
Binary file
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"mainAssemblyName": "MLVScan.WASM.dll",
|
|
3
3
|
"resources": {
|
|
4
|
-
"hash": "sha256-
|
|
4
|
+
"hash": "sha256-WzaSqsHY/ngA9UnAUjRQExmlVfKt/FZKcrg6r191+KE=",
|
|
5
5
|
"jsModuleNative": {
|
|
6
6
|
"dotnet.native.js": "sha256-clxzGaAFwcQ6QWhwQ7dzpD9ktR/87yTache3B45gqoQ="
|
|
7
7
|
},
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
"icudt_no_CJK.dat": "sha256-L7sV7NEYP37/Qr2FPCePo5cJqRgTXRwGHuwF5Q+0Nfs="
|
|
21
21
|
},
|
|
22
22
|
"assembly": {
|
|
23
|
-
"MLVScan.Core.wasm": "sha256-
|
|
24
|
-
"MLVScan.WASM.wasm": "sha256-
|
|
23
|
+
"MLVScan.Core.wasm": "sha256-UOVEukjFMh9C0o56flSpP0COom+zTANQ5aWX7eYJRws=",
|
|
24
|
+
"MLVScan.WASM.wasm": "sha256-zHbvE/pqdDhZDh0Rcb4g6bwI33DzaktmppYrugorFrY=",
|
|
25
25
|
"Mono.Cecil.wasm": "sha256-Wb+vzfNGLnGGDRhJupS658/i47mVwABGEw9O0N97dlY=",
|
|
26
26
|
"System.Collections.Concurrent.wasm": "sha256-wPVt+aIQOacLbnApfKS4CEzdPtO2romuWNhPI/BrfHw=",
|
|
27
27
|
"System.Collections.wasm": "sha256-TRwwb/PWxTAKfplBNqMkn14z5rNLvuy459MunrnseDo=",
|
package/dist/index.d.ts
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
* const result = await scanAssembly(dllBytes, 'MyMod.dll')
|
|
19
19
|
* ```
|
|
20
20
|
*/
|
|
21
|
-
import { type ScanConfigInput, type ScanResult } from './types';
|
|
21
|
+
import { type ScanConfigInput, type ScanResult } from './types.js';
|
|
22
22
|
/**
|
|
23
23
|
* Options for initializing the WASM scanner.
|
|
24
24
|
*
|
package/dist/index.js
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
* const result = await scanAssembly(dllBytes, 'MyMod.dll')
|
|
19
19
|
* ```
|
|
20
20
|
*/
|
|
21
|
-
import { MLVSCAN_SCHEMA_VERSION, } from './types';
|
|
21
|
+
import { MLVSCAN_SCHEMA_VERSION, } from './types.js';
|
|
22
22
|
let scannerExports = null;
|
|
23
23
|
let scannerLoaded = false;
|
|
24
24
|
let dotnetModule = null;
|