Socket
Socket
Sign inDemoInstall

node-abi

Package Overview
Dependencies
Maintainers
4
Versions
111
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 2.2.0 to 2.3.0

10

index.js

@@ -93,8 +93,10 @@ var semver = require('semver')

var futureTargets = []
var futureTargets = [
{runtime: 'electron', target: '2.0.0', abi: '57', lts: false}
]
var allTargets = deprecatedTargets
.concat(supportedTargets)
.concat(additionalTargets)
.concat(futureTargets)
.concat(supportedTargets)
.concat(additionalTargets)
.concat(futureTargets)

@@ -101,0 +103,0 @@ exports.getAbi = getAbi

2

package.json

@@ -1,1 +0,1 @@

{"name":"node-abi","version":"2.2.0","description":"Get the Node ABI for a given target and runtime, and vice versa.","main":"index.js","scripts":{"lint":"standard","test":"npm run lint && npm run unit","unit":"tape test/index.js","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"repository":{"type":"git","url":"https://github.com/lgeiger/node-abi.git"},"keywords":["node","electron","node_module_version","abi","v8"],"author":"Lukas Geiger","license":"MIT","bugs":{"url":"https://github.com/lgeiger/node-abi/issues"},"homepage":"https://github.com/lgeiger/node-abi#readme","devDependencies":{"standard":"^10.0.0","tape":"^4.6.3","semantic-release":"^8.0.0"},"dependencies":{"semver":"^5.4.1"}}
{"name":"node-abi","version":"2.3.0","description":"Get the Node ABI for a given target and runtime, and vice versa.","main":"index.js","scripts":{"lint":"standard","test":"npm run lint && npm run unit","unit":"tape test/index.js","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"repository":{"type":"git","url":"https://github.com/lgeiger/node-abi.git"},"keywords":["node","electron","node_module_version","abi","v8"],"author":"Lukas Geiger","license":"MIT","bugs":{"url":"https://github.com/lgeiger/node-abi/issues"},"homepage":"https://github.com/lgeiger/node-abi#readme","devDependencies":{"standard":"^11.0.0","tape":"^4.6.3","semantic-release":"^8.0.0"},"dependencies":{"semver":"^5.4.1"}}
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