Comparing version 2.0.3 to 2.1.0
{ | ||
"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" | ||
] | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24636
9
3
6
7
304
1
+ Addedbroccoli-node-api@^1.7.0
+ Addedbroccoli-node-api@1.7.0(transitive)
+ Addedmatcher-collection@2.0.1(transitive)
+ Addedwalk-sync@2.2.0(transitive)
- Removedmatcher-collection@1.1.2(transitive)
- Removedwalk-sync@1.1.4(transitive)
Updatedwalk-sync@^2.0.2