Huge News!Announcing our $40M Series B led by Abstract Ventures.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 4.1.2 to 5.0.0

dist/index.cjs

13

CHANGELOG.md
## v5.0.0 (2022-04-15)
#### :boom: Breaking Change
* [#62](https://github.com/stefanpenner/node-fixturify-project/pull/62) Converts to multi-target publishing (cjs/esm) w/ declaration files. Removes support for Node 12 ([@scalvert](https://github.com/scalvert))
#### :rocket: Enhancement
* [#64](https://github.com/stefanpenner/node-fixturify-project/pull/64) Adding write(dirJSON), mergeFiles APIs ([@scalvert](https://github.com/scalvert))
#### Committers: 1
- Steve Calvert ([@scalvert](https://github.com/scalvert))
## v4.1.2 (2022-04-12)

@@ -3,0 +16,0 @@

39

package.json
{
"name": "fixturify-project",
"version": "4.1.2",
"version": "5.0.0",
"repository": "git@github.com:stefanpenner/node-fixturify-project",
"license": "MIT",
"author": "Stefan Penner <stefan.penner@gmail.com>",
"main": "index.js",
"type": "module",
"exports": {
".": {
"require": "./dist/index.cjs",
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"index.js",
"index.d.ts"
"dist"
],
"scripts": {
"clean": "git clean -x -f",
"build": "tsup src/index.ts --format cjs,esm --dts --clean",
"lint": "yarn prettier --check *.ts",
"prepare": "tsc",
"test": "mocha test -r source-map-support/register",
"test:inspect": "mocha inspect test -r source-map-support/register"
"prepare": "yarn build",
"prepublishOnly": "yarn build",
"test": "vitest run"
},
"dependencies": {
"bin-links": "^3.0.0",
"deepmerge": "^4.2.2",
"fixturify": "^2.1.1",
"resolve-package-path": "^3.1.0",
"resolve-package-path": "^4.0.3",
"tmp": "^0.0.33",

@@ -30,3 +40,2 @@ "type-fest": "^2.3.2",

"@types/fs-extra": "^9.0.11",
"@types/mocha": "^9.0.0",
"@types/node": "^16.9.1",

@@ -36,11 +45,11 @@ "@types/tmp": "^0.0.33",

"fs-extra": "^10.0.0",
"mocha": "^9.1.1",
"prettier": "^2.3.0",
"release-it": "^14.2.1",
"release-it-lerna-changelog": "^3.1.0",
"source-map-support": "^0.5.19",
"typescript": "^4.2.4"
"release-it-lerna-changelog": "^4.0.1",
"tsup": "^5.12.5",
"typescript": "^4.2.4",
"vitest": "^0.9.3"
},
"engines": {
"node": "12.* || >= 14.*"
"node": ">= 14.*"
},

@@ -47,0 +56,0 @@ "publishConfig": {

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