node-ffi-rs
Advanced tools
Comparing version 1.0.82 to 1.0.83
@@ -55,2 +55,4 @@ | ||
? string | ||
: T extends DataType.WString | ||
? string | ||
: T extends DataType.U8 | ||
@@ -57,0 +59,0 @@ ? number |
{ | ||
"name": "node-ffi-rs", | ||
"version": "1.0.82", | ||
"version": "1.0.83", | ||
"main": "index.js", | ||
@@ -62,12 +62,12 @@ "types": "index.d.ts", | ||
"optionalDependencies": { | ||
"@yuuang/ffi-rs-darwin-arm64": "1.0.82", | ||
"@yuuang/ffi-rs-darwin-x64": "1.0.82", | ||
"@yuuang/ffi-rs-linux-arm64-gnu": "1.0.82", | ||
"@yuuang/ffi-rs-linux-arm64-musl": "1.0.82", | ||
"@yuuang/ffi-rs-linux-x64-gnu": "1.0.82", | ||
"@yuuang/ffi-rs-linux-x64-musl": "1.0.82", | ||
"@yuuang/ffi-rs-win32-arm64-msvc": "1.0.82", | ||
"@yuuang/ffi-rs-win32-ia32-msvc": "1.0.82", | ||
"@yuuang/ffi-rs-win32-x64-msvc": "1.0.82" | ||
"@yuuang/ffi-rs-darwin-arm64": "1.0.83", | ||
"@yuuang/ffi-rs-darwin-x64": "1.0.83", | ||
"@yuuang/ffi-rs-linux-arm64-gnu": "1.0.83", | ||
"@yuuang/ffi-rs-linux-arm64-musl": "1.0.83", | ||
"@yuuang/ffi-rs-linux-x64-gnu": "1.0.83", | ||
"@yuuang/ffi-rs-linux-x64-musl": "1.0.83", | ||
"@yuuang/ffi-rs-win32-arm64-msvc": "1.0.83", | ||
"@yuuang/ffi-rs-win32-ia32-msvc": "1.0.83", | ||
"@yuuang/ffi-rs-win32-x64-msvc": "1.0.83" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
40136
532