Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-archs

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-archs

List of archs (CPU architectures) currently supported by NodeJS

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
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

Package last updated on 09 Sep 2016

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc