Socket
Socket
Sign inDemoInstall

strapi-plugin-content-manager

Package Overview
Dependencies
Maintainers
1
Versions
276
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

strapi-plugin-content-manager - npm Package Compare versions

Comparing version 3.0.0-alpha.12.1.2 to 3.0.0-alpha.12.1.3

admin/build/0.b2ef626c0195cc58b91b.chunk.js

2

admin/src/components/EditRelations/index.js

@@ -35,3 +35,3 @@ /**

const Select = ['oneWay', 'oneToOne', 'manyToOne', 'oneToManyMorph', 'oneToOneMorph'].includes(relation.nature) && relation.dominant ? SelectOne : SelectMany;
const Select = ['oneWay', 'oneToOne', 'manyToOne', 'oneToManyMorph', 'oneToOneMorph'].includes(relation.nature) ? SelectOne : SelectMany;

@@ -38,0 +38,0 @@ return (

{
"name": "strapi-plugin-content-manager",
"version": "3.0.0-alpha.12.1.2",
"version": "3.0.0-alpha.12.1.3",
"description": "A powerful UI to easily manage your data.",

@@ -27,3 +27,3 @@ "strapi": {

"react-select": "^1.0.0-rc.5",
"strapi-helper-plugin": "3.0.0-alpha.12.1.2"
"strapi-helper-plugin": "3.0.0-alpha.12.1.3"
},

@@ -30,0 +30,0 @@ "author": {

Sorry, the diff of this file is too big to display

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