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

fs-merger

Package Overview
Dependencies
Maintainers
1
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 2.0.3 to 2.1.0

dist/index.d.ts

24

package.json
{
"name": "fs-merger",
"version": "2.0.3",
"version": "2.1.0",
"description": "Reads files from a real location",
"main": "index.js",
"main": "dist/index.js",
"types": "src/index.ts",
"author": "Sparshith NR",
"license": "MIT",
"scripts": {
"test": "mocha tests/unit-test.js",
"test:debugger": "mocha --inspect-brk tests/unit-test.js"
"build": "tsc",
"clean": "rm -rf dist",
"test": "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"
},
"devDependencies": {
"@types/node": "^12.11.5",
"broccoli-source": "^3.0.0",
"chai": "^4.2.0",
"fixturify": "^1.2.0",
"mocha": "^6.1.4"
"mocha": "^6.1.4",
"ts-node": "^8.4.1",
"typescript": "^3.6.2"
},
"dependencies": {
"broccoli-node-api": "^1.7.0",
"broccoli-node-info": "^2.1.0",

@@ -23,4 +30,7 @@ "fs-extra": "^8.0.1",

"rimraf": "^2.6.3",
"walk-sync": "^1.1.3"
}
"walk-sync": "^2.0.2"
},
"files": [
"dist"
]
}
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