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.3.1 to 1.3.2

2

lib/factory-girl.d.ts

@@ -11,4 +11,4 @@ import { ModelAdapter } from './adapters/adapter.interface';

static setAdapter(adapter: ModelAdapter<unknown, unknown>): void;
static define<ModelOrInterface, Attributes = DeepPartialAttributes<ModelOrInterface>, Parameters = Dictionary, ReturnType extends InstanceOrInterface<ModelOrInterface> = InstanceOrInterface<ModelOrInterface>>(model: ModelOrInterface, defaultAttributesFactory: DefaultAttributesFactory<Attributes, Parameters>): Factory<ModelOrInterface, Attributes, Parameters, ReturnType>;
static define<ModelOrInterface, Attributes = DeepPartialAttributes<InstanceOrInterface<ModelOrInterface>>, Parameters = Dictionary, ReturnType extends InstanceOrInterface<ModelOrInterface> = InstanceOrInterface<ModelOrInterface>>(model: ModelOrInterface, defaultAttributesFactory: DefaultAttributesFactory<Attributes, Parameters>): Factory<ModelOrInterface, Attributes, Parameters, ReturnType>;
static cleanUp(): void;
}
{
"name": "factory-girl-ts",
"version": "1.3.1",
"version": "1.3.2",
"description": "A factory library to help creating test data",

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

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