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

factory-girl-ts

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

factory-girl-ts - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

8

package.json
{
"name": "factory-girl-ts",
"version": "1.0.0",
"version": "1.0.1",
"description": "A factory library to help creating test data",

@@ -21,9 +21,9 @@ "main": "lib/index.js",

"test:e2e:watch": "vitest --config ./vitest.e2e.config.ts",
"prebuild": "rimraf dist",
"prebuild": "rimraf lib",
"build": "tsc -p tsconfig.build.json",
"lint": "eslint . --ext .ts",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"prettier": "prettier --write .",
"prepublishOnly": "npm test && npm run lint",
"preversion": "dc up -d && npm run test:e2e",
"version": "npm run format && git add -A src",
"version": "npm run prettier && git add -A src",
"postversion": "git push && git push --tags",

@@ -30,0 +30,0 @@ "prepare": "husky install",

[![Tests](https://github.com/thiagomini/factory-girl-ts/actions/workflows/node.js.yml/badge.svg)](https://github.com/thiagomini/factory-girl-ts/actions/workflows/node.js.yml)
# Factory Girl TypeScript (factory-girl-ts)

@@ -3,0 +4,0 @@

Sorry, the diff of this file is not supported yet

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