Socket
Socket
Sign inDemoInstall

hexo-fs

Package Overview
Dependencies
Maintainers
8
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 4.1.1 to 4.1.2

17

package.json
{
"name": "hexo-fs",
"version": "4.1.1",
"version": "4.1.2",
"description": "File system module for Hexo.",

@@ -11,4 +11,3 @@ "main": "./dist/fs.js",

"eslint": "eslint .",
"pretest": "npm run clean && npm run build",
"test": "mocha test/index.js --require ts-node/register",
"test": "mocha test/index.ts --require ts-node/register",
"test-cov": "c8 --reporter=lcovonly npm run test"

@@ -37,11 +36,11 @@ },

"graceful-fs": "^4.2.10",
"hexo-util": "^2.7.0"
"hexo-util": "^3.0.1"
},
"devDependencies": {
"@types/bluebird": "^3.5.36",
"@types/chai": "^4.3.12",
"@types/graceful-fs": "^4.1.5",
"@types/node": "^18.7.16",
"@typescript-eslint/eslint-plugin": "^5.36.2",
"@typescript-eslint/parser": "^5.36.2",
"c8": "^7.12.0",
"@types/mocha": "^10.0.6",
"@types/node": "^18.7.16 <18.19.9",
"c8": "^9.1.0",
"chai": "^4.3.6",

@@ -53,3 +52,3 @@ "eslint": "^8.23.0",

"ts-node": "^10.9.1",
"typescript": "^4.8.3"
"typescript": "^5.0.3"
},

@@ -56,0 +55,0 @@ "engines": {

# hexo-fs
[![Build Status](https://github.com/hexojs/hexo-fs/workflows/Tester/badge.svg)](https://github.com/hexojs/hexo-fs/actions?query=workflow%3ATester)
[![CI](https://github.com/hexojs/hexo-fs/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/hexojs/hexo-fs/actions/workflows/ci.yml)
[![NPM version](https://badge.fury.io/js/hexo-fs.svg)](https://www.npmjs.com/package/hexo-fs)
[![Coverage Status](https://img.shields.io/coveralls/hexojs/hexo-fs.svg)](https://coveralls.io/r/hexojs/hexo-fs?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/hexojs/hexo-fs/badge.svg)](https://coveralls.io/github/hexojs/hexo-fs)

@@ -7,0 +7,0 @@ File system module for [Hexo].

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