Socket
Socket
Sign inDemoInstall

sequelize-fixtures

Package Overview
Dependencies
17
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "sequelize-fixtures",
"version": "1.0.1",
"version": "1.0.2",
"description": "sequelize fixture loader",

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

@@ -17,4 +17,4 @@ var sf = require('../index');

sf.loadFiles(sources, models, options)
.then(function(numSaved) {
grunt.log.ok(numSaved + ' fixtures loaded.');
.then(function(result) {
grunt.log.ok(result.count + ' fixtures loaded.');
done();

@@ -21,0 +21,0 @@ });

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc