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

node-abi

Package Overview
Dependencies
Maintainers
5
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 2.30.1 to 3.0.0

.circleci/config.yml

8

abi_registry.json

@@ -125,6 +125,6 @@ [

"abi": "89",
"future": false,
"future": true,
"lts": false,
"runtime": "electron",
"target": "14.0.0-beta.1"
"target": "15.0.0-alpha.1"
},

@@ -140,7 +140,7 @@ {

"abi": "89",
"future": true,
"future": false,
"lts": false,
"runtime": "electron",
"target": "15.0.0-alpha.1"
"target": "14.0.0-beta.1"
}
]
{
"name": "node-abi",
"version": "2.30.1",
"version": "3.0.0",
"description": "Get the Node ABI for a given target and runtime, and vice versa.",

@@ -9,3 +9,2 @@ "main": "index.js",

"test": "tape test/index.js",
"travis-deploy-once": "travis-deploy-once",
"update-abi-registry": "node --unhandled-rejections=strict scripts/update-abi-registry.js"

@@ -31,10 +30,12 @@ },

"devDependencies": {
"got": "^10.6.0",
"semantic-release": "^15.8.0",
"tape": "^4.6.3",
"travis-deploy-once": "^5.0.1"
"@continuous-auth/semantic-release-npm": "^2.0.0",
"got": "^11.8.2",
"tape": "^5.3.1"
},
"dependencies": {
"semver": "^5.4.1"
"semver": "^7.3.5"
},
"engines": {
"node": ">=10"
}
}
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