Socket
Socket
Sign inDemoInstall

is64bit

Package Overview
Dependencies
0
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

lib/esm.mjs

8

package.json
{
"name": "is64bit",
"version": "1.0.1",
"version": "1.0.2",
"description": "Check if a binary is 32 (x86) or 64-bit (x86_64).",
"type": "module",
"main": "is64bit.cjs",
"main": "./lib/is64bit.cjs",
"exports": {
"import": "./esm.mjs",
"require": "./is64bit.cjs"
"import": "./lib/esm.mjs",
"require": "./lib/is64bit.cjs"
},

@@ -11,0 +11,0 @@ "engines": {

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