Socket
Socket
Sign inDemoInstall

node-archs

Package Overview
Dependencies
0
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    node-archs

List of archs (CPU architectures) currently supported by NodeJS


Version published
Weekly downloads
3
increased by50%
Maintainers
1
Install size
3.99 kB
Created
Weekly downloads
 

Readme

Source

node-archs Build Status

List all archs (cpu architectures) currently supported by NodeJS.

Install

$ npm install --save node-archs

API

The module exports itself as an Array.

const nodeArchs = require('node-archs')
console.log(nodeArchs)
['arm', 'arm64', 'ia32', ...]

Reported architectures

This module reports all architectures supported by NodeJS as of 08/2016:

  • arm
  • arm64
  • ia32
  • mips
  • mipsel
  • ppc
  • ppc64
  • s390
  • s390x
  • x32
  • x64
  • x86

License

MIT © sidneys

Inspired by Sindre Sorhus' node-platforms

Keywords

FAQs

Last updated on 09 Sep 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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