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.2.0 to 1.2.1

4

index.js

@@ -48,5 +48,5 @@ function getAbi (target, runtime) {

{runtime: 'node', target: '0.12.17', lts: false},
{runtime: 'node', target: '4.6.1', lts: false},
{runtime: 'node', target: '4.6.1', lts: new Date() < new Date(2017, 04, 01)},
{runtime: 'node', target: '5.12.0', lts: false},
{runtime: 'node', target: '6.9.4', lts: true},
{runtime: 'node', target: '6.9.4', lts: new Date() < new Date(2018, 04, 18)},
{runtime: 'node', target: '7.4.0', lts: false},

@@ -53,0 +53,0 @@ {runtime: 'electron', target: '1.0.2', lts: false},

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

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

@@ -26,3 +26,3 @@ # Node.js ABI

// { runtime: 'node', target: '0.12.17', lts: false },
// { runtime: 'node', target: '4.6.1', lts: false },
// { runtime: 'node', target: '4.6.1', lts: true },
// { runtime: 'node', target: '5.12.0', lts: false },

@@ -42,1 +42,2 @@ // { runtime: 'node', target: '6.9.4', lts: true },

- https://nodejs.org/en/download/releases/
- https://github.com/nodejs/LTS
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