Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

node-ffi-rs

Package Overview
Dependencies
9
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.80 to 1.0.81

7

index.d.ts

@@ -46,3 +46,6 @@

Float = 14,
/**
As params will be transformed to i64, as return value will be created from i64
*/
BigInt = 16,
StackStruct = 999 // reserve keyword

@@ -59,2 +62,4 @@ }

? number
: T extends DataType.BigInt
? BigInt
: T extends DataType.U64

@@ -61,0 +66,0 @@ ? number

20

package.json
{
"name": "node-ffi-rs",
"version": "1.0.80",
"version": "1.0.81",
"main": "index.js",

@@ -62,12 +62,12 @@ "types": "index.d.ts",

"optionalDependencies": {
"@yuuang/ffi-rs-darwin-arm64": "1.0.80",
"@yuuang/ffi-rs-darwin-x64": "1.0.80",
"@yuuang/ffi-rs-linux-arm64-gnu": "1.0.80",
"@yuuang/ffi-rs-linux-arm64-musl": "1.0.80",
"@yuuang/ffi-rs-linux-x64-gnu": "1.0.80",
"@yuuang/ffi-rs-linux-x64-musl": "1.0.80",
"@yuuang/ffi-rs-win32-arm64-msvc": "1.0.80",
"@yuuang/ffi-rs-win32-ia32-msvc": "1.0.80",
"@yuuang/ffi-rs-win32-x64-msvc": "1.0.80"
"@yuuang/ffi-rs-darwin-arm64": "1.0.81",
"@yuuang/ffi-rs-darwin-x64": "1.0.81",
"@yuuang/ffi-rs-linux-arm64-gnu": "1.0.81",
"@yuuang/ffi-rs-linux-arm64-musl": "1.0.81",
"@yuuang/ffi-rs-linux-x64-gnu": "1.0.81",
"@yuuang/ffi-rs-linux-x64-musl": "1.0.81",
"@yuuang/ffi-rs-win32-arm64-msvc": "1.0.81",
"@yuuang/ffi-rs-win32-ia32-msvc": "1.0.81",
"@yuuang/ffi-rs-win32-x64-msvc": "1.0.81"
}
}

@@ -74,2 +74,3 @@ # ffi-rs

- [i64](#basic-types)
- [bigInt](#basic-types)
- [u64](#basic-types)

@@ -76,0 +77,0 @@ - [void](#basic-types)(like js undefined)

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc