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

hexo-fs

Package Overview
Dependencies
Maintainers
3
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hexo-fs - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

4

lib/fs.js

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

enumerable: true,
value: fs[key],
value: (fs.constants || fs)[key],
writable: false

@@ -680,3 +680,3 @@ });

exports.fstat = Promise.promisify(fs.fstat);
exports.fstatSync = fs.statSync;
exports.fstatSync = fs.fstatSync;
exports.lstat = Promise.promisify(fs.lstat);

@@ -683,0 +683,0 @@ exports.lstatSync = fs.lstatSync;

{
"name": "hexo-fs",
"version": "0.2.1",
"version": "0.2.2",
"description": "File system module for Hexo.",

@@ -5,0 +5,0 @@ "main": "lib/fs",

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