Socket
Socket
Sign inDemoInstall

node-abi

Package Overview
Dependencies
Maintainers
2
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-abi - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

1

index.js

@@ -6,2 +6,3 @@ function getAbi (target, runtime) {

if (runtime === 'electron') {
if (/^1\.6\./.test(target)) return '53'
if (/^1\.5\./.test(target)) return '51'

@@ -8,0 +9,0 @@ if (/^1\.4\./.test(target)) return '50'

2

package.json
{
"name": "node-abi",
"version": "1.3.1",
"version": "1.3.2",
"description": "Get the Node ABI for a given target and runtime, and vice versa.",

@@ -5,0 +5,0 @@ "main": "index.js",

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