Socket
Socket
Sign inDemoInstall

fs-native-extensions

Package Overview
Dependencies
Maintainers
2
Versions
13
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.2.6 to 1.2.7

10

CMakeLists.txt

@@ -12,3 +12,3 @@ cmake_minimum_required(VERSION 3.25)

target_sources(
fs_native_extensions
${fs_native_extensions}
INTERFACE

@@ -23,3 +23,3 @@ include/fs-ext.h

target_sources(
fs_native_extensions
${fs_native_extensions}
PRIVATE

@@ -32,3 +32,3 @@ src/posix.c

target_sources(
fs_native_extensions
${fs_native_extensions}
PRIVATE

@@ -41,3 +41,3 @@ src/mac.c

target_sources(
fs_native_extensions
${fs_native_extensions}
PRIVATE

@@ -50,3 +50,3 @@ src/linux.c

target_sources(
fs_native_extensions
${fs_native_extensions}
PRIVATE

@@ -53,0 +53,0 @@ src/win.c

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

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

],
"addon": true,
"scripts": {

@@ -42,6 +43,3 @@ "test": "standard && brittle test/*.mjs",

"tempy": "^3.0.0"
},
"addon": {
"target": "fs_native_extensions"
}
}
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