Socket
Socket
Sign inDemoInstall

@strapi/plugin-content-manager

Package Overview
Dependencies
200
Maintainers
8
Versions
1060
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.0-next.a6a86c30b9a9e83fcd6d855fa867abec8afe9af9 to 0.0.0-next.a76a2ee7a9a66bc0233e678ca062086c34855a5c

dist/server/index.js

44

package.json
{
"name": "@strapi/plugin-content-manager",
"version": "0.0.0-next.a6a86c30b9a9e83fcd6d855fa867abec8afe9af9",
"version": "0.0.0-next.a76a2ee7a9a66bc0233e678ca062086c34855a5c",
"description": "A powerful UI to easily manage your data.",

@@ -22,14 +22,46 @@ "repository": {

],
"exports": {
"./_internal/shared": {
"types": "./dist/shared/index.d.ts",
"source": "./shared/index.ts",
"import": "./dist/shared/index.mjs",
"require": "./dist/shared/index.js",
"default": "./dist/shared/index.js"
},
"./strapi-server": {
"types": "./dist/server/src/index.d.ts",
"source": "./server/src/index.ts",
"require": "./strapi-server.js",
"default": "./strapi-server.js"
},
"./package.json": "./package.json"
},
"files": [
"./dist",
"strapi-server.js"
],
"scripts": {
"build": "pack-up build",
"lint": "run -T eslint .",
"test:ts:back": "run -T tsc --noEmit -p server/tsconfig.json",
"test:unit": "run -T jest",
"test:unit:watch": "run -T jest --watch",
"lint": "run -T eslint ."
"watch": "pack-up watch"
},
"dependencies": {
"@sindresorhus/slugify": "1.1.0",
"@strapi/utils": "0.0.0-next.a6a86c30b9a9e83fcd6d855fa867abec8afe9af9",
"lodash": "4.17.21"
"@strapi/types": "0.0.0-next.a76a2ee7a9a66bc0233e678ca062086c34855a5c",
"@strapi/utils": "0.0.0-next.a76a2ee7a9a66bc0233e678ca062086c34855a5c",
"koa": "2.13.4",
"koa-bodyparser": "4.4.1",
"lodash": "4.17.21",
"qs": "6.11.1"
},
"devDependencies": {
"@strapi/pack-up": "4.23.0",
"@types/jest": "29.5.2",
"@types/lodash": "^4.14.191"
},
"engines": {
"node": ">=14.19.1 <=18.x.x",
"node": ">=18.0.0 <=20.x.x",
"npm": ">=6.0.0"

@@ -45,3 +77,3 @@ },

},
"gitHead": "a6a86c30b9a9e83fcd6d855fa867abec8afe9af9"
"gitHead": "a76a2ee7a9a66bc0233e678ca062086c34855a5c"
}

2

strapi-server.js
'use strict';
module.exports = require('./server');
module.exports = require('./dist/server');
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