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.9.3 to 3.0.0-alpha.10

5

controllers/ContentManager.js

@@ -25,4 +25,7 @@ 'use strict';

const models = _.mapValues(strapi.models, pickData);
delete models['core_store'];
ctx.body = {
models: _.mapValues(strapi.models, pickData),
models,
plugins: Object.keys(strapi.plugins).reduce((acc, current) => {

@@ -29,0 +32,0 @@ acc[current] = {

4

package.json
{
"name": "strapi-plugin-content-manager",
"version": "3.0.0-alpha.9.3",
"version": "3.0.0-alpha.10",
"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.9.3"
"strapi-helper-plugin": "3.0.0-alpha.10"
},

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

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

Sorry, the diff of this file is not supported yet

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