@teambit/any-fs
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "@teambit/any-fs", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "any-fs is a composable and extendible file-system and fully compatible with the node `fs` module.", | ||
@@ -9,7 +9,8 @@ "repository": "teambit/any-fs", | ||
"precommit": "lint-staged", | ||
"build": "npm run clean && tsc -d", | ||
"build": "tsc -d", | ||
"watch": "tsc -d -w", | ||
"clean": "rm -rf ./dist", | ||
"start": "node dist/index.js", | ||
"prettier": "prettier --write 'src/**/*.{ts,}' --write" | ||
"prettier": "prettier --write 'src/**/*.{ts,}' --write", | ||
"prepublishOnly": "npm run clean && npm run build" | ||
}, | ||
@@ -16,0 +17,0 @@ "devDependencies": { |
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
215771
37
3633
1
4