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

factory-girl-default

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

factory-girl-default - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

9

index.js

@@ -350,3 +350,10 @@ /* global window, define */

}
var adapter = factory.adapterFor(name);
var adapter;
if (model.build) {
adapter = factory.adapterFor(name);
} else {
adapter = defaultAdapter;
}
return adapter.build(model, attrs);

@@ -353,0 +360,0 @@ };

2

package.json

@@ -6,3 +6,3 @@ {

"author": "Gonzalo Santome",
"version": "1.0.0",
"version": "1.0.1",
"keywords": [

@@ -9,0 +9,0 @@ "factory",

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