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

node-abi

Package Overview
Dependencies
Maintainers
2
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 1.0.0 to 1.0.1

3

index.js

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

{runtime: 'node', target: '7.0.0'},
{runtime: 'electron', target: '0.30.8'},
{runtime: 'electron', target: '0.32.3'},
{runtime: 'electron', target: '0.35.6'},
{runtime: 'electron', target: '1.0.2'},

@@ -39,0 +36,0 @@ {runtime: 'electron', target: '1.2.8'},

2

package.json
{
"name": "node-abi",
"version": "1.0.0",
"version": "1.0.1",
"description": "Get the Node ABI for a given target and runtime",

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

@@ -29,5 +29,2 @@ # Node.js ABI

// { runtime: 'node', target: '7.0.0' },
// { runtime: 'electron', target: '0.30.8' },
// { runtime: 'electron', target: '0.32.3' },
// { runtime: 'electron', target: '0.35.6' },
// { runtime: 'electron', target: '1.0.2' },

@@ -34,0 +31,0 @@ // { runtime: 'electron', target: '1.2.8' },

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