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.5 to 1.0.6

2

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

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -77,3 +77,3 @@ [![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)

});
const userFactory = new FactoryGirl(User, defaultAttributesFactory);
const userFactory = FactoryGirl.define(User, defaultAttributesFactory);

@@ -119,3 +119,3 @@ // Step 3: Use the factory to create instances of the model.

});
const userFactory = new FactoryGirl(User, defaultAttributesFactory);
const userFactory = FactoryGirl.define(User, defaultAttributesFactory);

@@ -176,3 +176,3 @@ // 3. Create multiple instances of the model.

});
const userFactory = new FactoryGirl(User, defaultAttributesFactory);
const userFactory = FactoryGirl.define(User, defaultAttributesFactory);

@@ -179,0 +179,0 @@ // Step 3: Use the factory to create instances of the model.

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