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

node-abi

Package Overview
Dependencies
Maintainers
5
Versions
114
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 3.31.0 to 3.32.0

.github/CODEOWNERS

2

abi_registry.json

@@ -233,3 +233,3 @@ [

"abi": "113",
"future": true,
"future": false,
"lts": false,

@@ -236,0 +236,0 @@ "runtime": "electron",

{
"name": "node-abi",
"version": "3.31.0",
"version": "3.32.0",
"description": "Get the Node ABI for a given target and runtime, and vice versa.",

@@ -12,3 +12,3 @@ "main": "index.js",

"type": "git",
"url": "https://github.com/lgeiger/node-abi.git"
"url": "https://github.com/electron/node-abi.git"
},

@@ -25,5 +25,5 @@ "keywords": [

"bugs": {
"url": "https://github.com/lgeiger/node-abi/issues"
"url": "https://github.com/electron/node-abi/issues"
},
"homepage": "https://github.com/lgeiger/node-abi#readme",
"homepage": "https://github.com/electron/node-abi#readme",
"devDependencies": {

@@ -30,0 +30,0 @@ "@continuous-auth/semantic-release-npm": "^3.0.0",

# Node.js ABI
[![Build Status](https://travis-ci.org/lgeiger/node-abi.svg?branch=v1.0.0)](https://travis-ci.org/lgeiger/node-abi) [![Greenkeeper badge](https://badges.greenkeeper.io/lgeiger/node-abi.svg)](https://greenkeeper.io/)
[![Build Status](https://circleci.com/gh/electron/node-abi/tree/main.svg?style=shield)](https://circleci.com/gh/electron/node-abi/tree/main)
[![Auto-update ABI JSON file](https://github.com/electron/node-abi/actions/workflows/update-abi.yml/badge.svg)](https://github.com/electron/node-abi/actions/workflows/update-abi.yml)
[![Snyk badge](https://snyk.io/test/github/electron/node-abi/badge.svg)](https://snyk.io/test/github/electron/node-abi)
[![npm version](http://img.shields.io/npm/v/node-abi.svg)](https://npmjs.org/package/node-abi)
Get the Node ABI (application binary interface) for a given target and runtime, and vice versa.
Get the Node ABI for a given target and runtime, and vice versa.
## Installation

@@ -9,0 +11,0 @@ ```

Sorry, the diff of this file is not supported yet

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