Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

fs-native-extensions

Package Overview
Dependencies
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fs-native-extensions - npm Package Compare versions

Comparing version
1.4.0
to
1.4.1
+1
-1
include/fs-ext.h

@@ -111,3 +111,3 @@ #ifndef FS_EXT_H

const char *name;
const uv_buf_t *value;
uv_buf_t value;

@@ -114,0 +114,0 @@ fs_ext_set_attr_cb cb;

{
"name": "fs-native-extensions",
"version": "1.4.0",
"version": "1.4.1",
"description": "Native file system extensions for advanced file operations",

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

@@ -214,3 +214,3 @@ #include <stdint.h>

r->result = fs_ext__set_attr(r->fd, r->name, r->value);
r->result = fs_ext__set_attr(r->fd, r->name, &r->value);
}

@@ -229,3 +229,3 @@

req->name = name;
req->value = value;
req->value = *value;
req->cb = cb;

@@ -232,0 +232,0 @@ req->req.data = (void *) req;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display