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

image-raub

Package Overview
Dependencies
Maintainers
0
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

image-raub - npm Package Compare versions

Comparing version 5.0.1 to 5.1.0

2

core.js

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

const core = require(`./${getBin()}/image`);
const core = require(`./${getBin()}/image.node`);
module.exports = core;

@@ -133,3 +133,3 @@ 'use strict';

// Filesystem image
require('fs').readFile(this._src, (err, data) => {
require('node:fs').readFile(this._src, (err, data) => {
if (err) {

@@ -136,0 +136,0 @@ return this.emit('error', err);

{
"author": "Luis Blanco <luisblanco1337@gmail.com>",
"name": "image-raub",
"version": "5.0.1",
"version": "5.1.0",
"description": "Native Image loader for Node.js",

@@ -41,13 +41,13 @@ "license": "MIT",

"dependencies": {
"addon-tools-raub": "^9.1.0",
"deps-freeimage-raub": "^6.0.0",
"segfault-raub": "^3.0.1"
"addon-tools-raub": "^9.2.0",
"deps-freeimage-raub": "^6.1.0",
"segfault-raub": "^3.1.0"
},
"devDependencies": {
"@types/node": "^22.7.9",
"@eslint/js": "^9.13.0",
"eslint": "^9.13.0",
"node-addon-api": "^8.2.1",
"typescript": "^5.6.3"
"@types/node": "^22.10.5",
"@eslint/js": "^9.17.0",
"eslint": "^9.17.0",
"node-addon-api": "^8.3.0",
"typescript": "^5.7.2"
}
}

Sorry, the diff of this file is not supported yet

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