Socket
Socket
Sign inDemoInstall

@strapi/plugin-content-manager

Package Overview
Dependencies
189
Maintainers
8
Versions
1068
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.0-next.ce51df0e18404afc8a1aa7f504c1006a7a221459 to 0.0.0-next.cfecf3ad808761571ce11e528113e5c1ea5f87fd

dist/server/index.js

41

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

@@ -22,15 +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.ce51df0e18404afc8a1aa7f504c1006a7a221459",
"@strapi/types": "0.0.0-next.cfecf3ad808761571ce11e528113e5c1ea5f87fd",
"@strapi/utils": "0.0.0-next.cfecf3ad808761571ce11e528113e5c1ea5f87fd",
"koa": "2.13.4",
"koa-bodyparser": "4.4.1",
"lodash": "4.17.21",
"qs": "6.11.1"
},
"devDependencies": {
"@strapi/pack-up": "0.0.0-next.cfecf3ad808761571ce11e528113e5c1ea5f87fd",
"@types/jest": "29.5.2",
"@types/lodash": "^4.14.191"
},
"engines": {
"node": ">=16.0.0 <=20.x.x",
"node": ">=18.0.0 <=20.x.x",
"npm": ">=6.0.0"

@@ -46,3 +77,3 @@ },

},
"gitHead": "ce51df0e18404afc8a1aa7f504c1006a7a221459"
"gitHead": "cfecf3ad808761571ce11e528113e5c1ea5f87fd"
}

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