New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

segfault-raub

Package Overview
Dependencies
Maintainers
0
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

segfault-raub - npm Package Compare versions

Comparing version 3.1.0 to 3.2.0

2

install.js

@@ -7,4 +7,4 @@ 'use strict';

const prefix = 'https://github.com/node-3d/segfault-raub/releases/download';
const tag = '3.0.0';
const tag = '3.2.0';
install(`${prefix}/${tag}`);
{
"author": "Luis Blanco <luisblanco1337@gmail.com>",
"name": "segfault-raub",
"version": "3.1.0",
"version": "3.2.0",
"description": "Catches SIGSEGV and prints diagnostic information",

@@ -31,4 +31,4 @@ "main": "index.js",

"eslint": "eslint .",
"build": "cd src && node-gyp rebuild -j max --silent && node -e \"require('addon-tools-raub').cpbin('segfault')\" && cd ..",
"build-only": "cd src && node-gyp build -j max --silent && node -e \"require('addon-tools-raub').cpbin('segfault')\" && cd ..",
"build": "cd src && node-gyp rebuild -j max --silent && node -e \"require('addon-tools-raub').cpbin('segfault')\"",
"build-only": "cd src && node-gyp build -j max --silent && node -e \"require('addon-tools-raub').cpbin('segfault')\"",
"test": "node --test --watch",

@@ -38,4 +38,4 @@ "test-ci": "node --test"

"engines": {
"node": ">=22.9.0",
"npm": ">=10.8.3"
"node": ">=22.14.0",
"npm": ">=10.9.2"
},

@@ -47,11 +47,11 @@ "repository": {

"dependencies": {
"addon-tools-raub": "^9.2.0"
"addon-tools-raub": "^9.3.0"
},
"devDependencies": {
"@types/node": "^22.10.5",
"@eslint/js": "^9.17.0",
"eslint": "^9.17.0",
"@types/node": "^22.13.4",
"@eslint/js": "^9.20.0",
"eslint": "^9.20.1",
"node-addon-api": "^8.3.0",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
}
}
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