Socket
Socket
Sign inDemoInstall

smart-fs

Package Overview
Dependencies
17
Maintainers
1
Versions
90
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.1 to 3.0.2

34

package.json
{
"name": "smart-fs",
"type": "module",
"version": "3.0.1",
"version": "3.0.2",
"description": "Abstraction Layer for File Management.",

@@ -13,3 +13,2 @@ "main": "lib/index.js",

"test": "yarn run clean && yarn run gardener && yarn run test-simple",
"coveralls": "node ./node_modules/coveralls/bin/coveralls.js < ./coverage/lcov.info",
"semantic-release": "yarn run build-clean && npx semantic-release",

@@ -49,19 +48,18 @@ "gardener": "node gardener.js",

"devDependencies": {
"@babel/core": "7.17.9",
"@babel/eslint-parser": "7.17.0",
"@babel/register": "7.17.7",
"@babel/core": "7.22.9",
"@babel/eslint-parser": "7.22.9",
"@babel/register": "7.22.5",
"@blackflux/eslint-plugin-rules": "2.1.0",
"@blackflux/robo-config-plugin": "7.7.6",
"c8": "7.11.0",
"chai": "4.3.6",
"coveralls": "3.1.1",
"eslint": "8.13.0",
"@blackflux/robo-config-plugin": "9.0.7",
"c8": "8.0.1",
"chai": "4.3.7",
"eslint": "8.46.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-import": "2.28.0",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-markdown": "2.2.1",
"eslint-plugin-mocha": "10.0.3",
"js-gardener": "3.0.5",
"node-tdd": "3.3.2",
"smart-fs": "2.1.0"
"eslint-plugin-markdown": "3.0.1",
"eslint-plugin-mocha": "10.1.0",
"js-gardener": "5.0.0",
"node-tdd": "3.5.2",
"smart-fs": "3.0.1"
},

@@ -81,5 +79,5 @@ "licenses": [

"dependencies": {
"fs-extra": "10.0.1",
"fs-extra": "11.1.1",
"js-yaml": "4.1.0",
"json-stringify-pretty-compact": "3.0.0",
"json-stringify-pretty-compact": "4.0.0",
"lodash.clonedeep": "4.5.0",

@@ -86,0 +84,0 @@ "lodash.isequal": "4.5.0",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc