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.0.3 to 1.1.0

20

index.js

@@ -45,12 +45,12 @@ function getAbi (target, runtime) {

var allTargets = [
{runtime: 'node', target: '0.10.48'},
{runtime: 'node', target: '0.12.17'},
{runtime: 'node', target: '4.6.1'},
{runtime: 'node', target: '5.12.0'},
{runtime: 'node', target: '6.9.1'},
{runtime: 'node', target: '7.0.0'},
{runtime: 'electron', target: '1.0.2'},
{runtime: 'electron', target: '1.2.8'},
{runtime: 'electron', target: '1.3.12'},
{runtime: 'electron', target: '1.4.10'}
{runtime: 'node', target: '0.10.48', lts: false},
{runtime: 'node', target: '0.12.17', lts: false},
{runtime: 'node', target: '4.6.1', lts: false},
{runtime: 'node', target: '5.12.0', lts: false},
{runtime: 'node', target: '6.9.4', lts: true},
{runtime: 'node', target: '7.4.0', lts: false},
{runtime: 'electron', target: '1.0.2', lts: false},
{runtime: 'electron', target: '1.2.8', lts: false},
{runtime: 'electron', target: '1.3.13', lts: false},
{runtime: 'electron', target: '1.4.15', lts: false}
]

@@ -57,0 +57,0 @@

{
"name": "node-abi",
"version": "1.0.3",
"version": "1.1.0",
"description": "Get the Node ABI for a given target and runtime",

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

# Node.js ABI
[![Build Status](https://travis-ci.org/lgeiger/node-abi.svg?branch=v1.0.0)](https://travis-ci.org/lgeiger/node-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/)
Get the Node ABI for a given target and runtime.

@@ -23,12 +24,12 @@

// [
// { runtime: 'node', target: '0.10.48' },
// { runtime: 'node', target: '0.12.17' },
// { runtime: 'node', target: '4.6.1' },
// { runtime: 'node', target: '5.12.0' },
// { runtime: 'node', target: '6.9.1' },
// { runtime: 'node', target: '7.0.0' },
// { runtime: 'electron', target: '1.0.2' },
// { runtime: 'electron', target: '1.2.8' },
// { runtime: 'electron', target: '1.3.12' },
// { runtime: 'electron', target: '1.4.10' }
// { runtime: 'node', target: '0.10.48', lts: false },
// { runtime: 'node', target: '0.12.17', lts: false },
// { runtime: 'node', target: '4.6.1', lts: false },
// { runtime: 'node', target: '5.12.0', lts: false },
// { runtime: 'node', target: '6.9.4', lts: true },
// { runtime: 'node', target: '7.4.0', lts: false },
// { runtime: 'electron', target: '1.0.2', lts: false },
// { runtime: 'electron', target: '1.2.8', lts: false },
// { runtime: 'electron', target: '1.3.13', lts: false },
// { runtime: 'electron', target: '1.4.15', lts: false }
// ]

@@ -35,0 +36,0 @@ ```

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