Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@synconset/factory-girl-typeorm

Package Overview
Dependencies
Maintainers
3
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@synconset/factory-girl-typeorm - npm Package Compare versions

Comparing version 2.0.1 to 2.1.0

2

index.js

@@ -25,3 +25,3 @@ class TypeOrmAdapter {

}
await tm.delete(Model, model.id);
await tm.delete(Model, model.id ? model.id : model.api_id);
if (this.connection.options.type === 'sqlite') {

@@ -28,0 +28,0 @@ return tm.query('PRAGMA foreign_keys = ON;');

{
"name": "@synconset/factory-girl-typeorm",
"version": "2.0.1",
"version": "2.1.0",
"description": "Typeorm adapter for factory-girl",

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

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