Socket
Socket
Sign inDemoInstall

is64bit

Package Overview
Dependencies
1
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 2.0.0

browser.js

94

package.json
{
"name": "is64bit",
"version": "1.0.2",
"description": "Check if a binary is 32 (x86) or 64-bit (x86_64).",
"type": "module",
"main": "./lib/is64bit.cjs",
"exports": {
"import": "./lib/esm.mjs",
"require": "./lib/is64bit.cjs"
},
"engines": {
"node": ">=0.12"
},
"scripts": {
"lint": "npx eslint --ignore-path .gitignore ./**/*.{cjs,mjs}"
},
"keywords": [
"executable",
"binary",
"32-bit",
"64-bit",
"x86",
"x64",
"x86_64",
"windows",
"linux"
],
"author": {
"name": "Anthony Beaumont",
"email": "dev.xan105@outlook.be",
"url": "https://xan105.com/"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/xan105/node-is64bit.git"
},
"bugs": {
"url": "https://github.com/xan105/node-is64bit/issues"
},
"homepage": "https://github.com/xan105/node-is64bit#readme",
"devDependencies": {
"eslint": "^7.6.0"
}
"name": "is64bit",
"version": "2.0.0",
"description": "Check whether operating system CPU architecture is 64-bit or 32-bit (Supports browsers)",
"license": "MIT",
"repository": "sindresorhus/is64bit",
"funding": "https://github.com/sponsors/sindresorhus",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"type": "module",
"exports": {
"types": "./index.d.ts",
"node": "./index.js",
"default": "./browser.js"
},
"engines": {
"node": ">=18"
},
"sideEffects": false,
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js",
"index.d.ts",
"browser.js"
],
"keywords": [
"64-bit",
"32-bit",
"bitness",
"detect",
"check",
"arch",
"architecture",
"cpu",
"arm64",
"arm",
"x64",
"x86",
"browser"
],
"dependencies": {
"system-architecture": "^0.1.0"
},
"devDependencies": {
"ava": "^5.3.1",
"xo": "^0.56.0"
}
}
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