Socket
Socket
Sign inDemoInstall

fs-merger

Package Overview
Dependencies
Maintainers
4
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fs-merger - npm Package Compare versions

Comparing version 3.1.0 to 3.2.0

9

CHANGELOG.md

@@ -0,1 +1,10 @@

## 3.2.0
- [#47](https://github.com/SparshithNR/fs-merger/pull/47) Remove unused dependencies and update remaining to latest
- [#46](https://github.com/SparshithNR/fs-merger/pull/46) Add basic linting setup
- [#45](https://github.com/SparshithNR/fs-merger/pull/45) Refactors to simplify the FS proxy implementation
- [#44](https://github.com/SparshithNR/fs-merger/pull/44) Fix typo in workflow configuration
- [#41](https://github.com/SparshithNR/fs-merger/pull/41) Migrate to GitHub Actions
- [#40](https://github.com/SparshithNR/fs-merger/pull/40) Ensure all of dist/ is published to npm
- [#39](https://github.com/SparshithNR/fs-merger/pull/39) Ensure yarn.lock is checked in
## 3.0.0

@@ -2,0 +11,0 @@ - changed interface for fs proxy from `FSMergerFileOperations` to `FS`

25

package.json
{
"name": "fs-merger",
"version": "3.1.0",
"version": "3.2.0",
"description": "Reads files from a real location",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/"
],
"author": "Sparshith NR",

@@ -12,4 +15,8 @@ "license": "MIT",

"clean": "rm -rf dist",
"test": "yarn clean && yarn build && mocha tests/unit-test.js -r ts-node/register",
"test:debugger": "yarn build && mocha --inspect-brk tests/unit-test.js -r ts-node/register"
"lint": "npm-run-all lint:*",
"lint:tsc": "tsc --noEmit",
"lint:js": "eslint . --cache",
"test": "npm-run-all lint clean build test:unit",
"test:unit": "mocha tests/unit-test.js -r ts-node/register",
"test:debugger": "mocha --inspect-brk tests/unit-test.js -r ts-node/register"
},

@@ -22,6 +29,15 @@ "repository": {

"@types/node": "^12.11.5",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"broccoli-source": "^3.0.0",
"chai": "^4.2.0",
"eslint": "^7.25.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.4.0",
"fixturify": "^1.2.0",
"mocha": "^6.1.4",
"npm-run-all": "^4.1.5",
"prettier": "^2.2.1",
"rimraf": "^2.6.3",
"ts-node": "^8.4.1",

@@ -35,5 +51,4 @@ "typescript": "^3.6.2"

"fs-tree-diff": "^2.0.1",
"rimraf": "^2.6.3",
"walk-sync": "^2.0.2"
"walk-sync": "^2.2.0"
}
}
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