fixturify-project
Advanced tools
Comparing version
## v5.0.2 (2022-04-18) | ||
#### :bug: Bug Fix | ||
* [#69](https://github.com/stefanpenner/node-fixturify-project/pull/69) Fixes ESM output ([@scalvert](https://github.com/scalvert)) | ||
#### :memo: Documentation | ||
* [#67](https://github.com/stefanpenner/node-fixturify-project/pull/67) Readme typo fix ([@thoov](https://github.com/thoov)) | ||
#### Committers: 2 | ||
- Steve Calvert ([@scalvert](https://github.com/scalvert)) | ||
- Travis Hoover ([@thoov](https://github.com/thoov)) | ||
## v5.0.1 (2022-04-15) | ||
@@ -4,0 +18,0 @@ |
{ | ||
"name": "fixturify-project", | ||
"version": "5.0.1", | ||
"version": "5.0.2", | ||
"repository": "git@github.com:stefanpenner/node-fixturify-project", | ||
@@ -22,3 +22,3 @@ "license": "MIT", | ||
"scripts": { | ||
"build": "tsup src/index.ts --format cjs,esm --dts --clean", | ||
"build": "tsup-node src/index.ts --format cjs,esm --external 'fs-extra' --dts --clean", | ||
"docs:generate": "readme-api-generator src/index.ts --ts", | ||
@@ -25,0 +25,0 @@ "lint": "yarn prettier --check *.ts", |
@@ -7,3 +7,3 @@ # node-fixturify-project | ||
When implementing JS build tooling it is common to have complete projects as | ||
fixture data. Unfortunately fixtures committed to disk can be somewhat to | ||
fixture data. Unfortunately fixtures committed to disk can be somewhat hard to | ||
maintain and augment. | ||
@@ -10,0 +10,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 3 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
3
-78.57%56007
-75.25%1236
-80.74%1
Infinity%