Comparing version 3.31.0 to 3.32.0
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
32581
13
53