Socket
Socket
Sign inDemoInstall

strapi-utils

Package Overview
Dependencies
Maintainers
1
Versions
282
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

strapi-utils - npm Package Compare versions

Comparing version 3.0.0-alpha.6.3 to 3.0.0-alpha.6.4

6

lib/models.js

@@ -172,3 +172,3 @@ 'use strict';

return {
nature: 'oneToMany',
nature: 'manyToOne',
verbose: 'belongsTo'

@@ -179,7 +179,7 @@ };

nature: 'oneToMany',
verbose: 'belongsTo'
verbose: 'hasMany'
};
} else if (types.current === 'collection' && types.other === 'model') {
return {
nature: 'manyToOne',
nature: 'oneToMany',
verbose: 'hasMany'

@@ -186,0 +186,0 @@ };

{
"name": "strapi-utils",
"version": "3.0.0-alpha.6.3",
"version": "3.0.0-alpha.6.4",
"description": "Shared utilities for the Strapi packages",

@@ -5,0 +5,0 @@ "homepage": "http://strapi.io",

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