New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

fixturify-project

Package Overview
Dependencies
Maintainers
5
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fixturify-project - npm Package Compare versions

Comparing version

to
5.0.2

14

CHANGELOG.md
## 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 @@

4

package.json
{
"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