New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@strapi/logger

Package Overview
Dependencies
Maintainers
8
Versions
1561
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@strapi/logger - npm Package Compare versions

Comparing version 0.0.0-ffd0a215143bcafd0354d791533a57a084e53ffb to 0.0.0-next.008421e40e4f0fb98aab7504cea5a2b8ef7099d5

dist/configs/default-configuration.d.ts

31

package.json
{
"name": "@strapi/logger",
"version": "0.0.0-ffd0a215143bcafd0354d791533a57a084e53ffb",
"version": "0.0.0-next.008421e40e4f0fb98aab7504cea5a2b8ef7099d5",
"description": "Strapi's logger",

@@ -26,18 +26,29 @@ "homepage": "https://strapi.io",

],
"main": "./lib/index.js",
"directories": {
"lib": "./lib"
},
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"source": "./src/index.ts",
"types": "./dist/index.d.ts",
"files": [
"dist/"
],
"scripts": {
"test": "echo \"no tests yet\""
"build": "pack-up build",
"clean": "run -T rimraf ./dist",
"lint": "run -T eslint .",
"test:ts": "run -T tsc --noEmit",
"watch": "pack-up watch"
},
"dependencies": {
"lodash": "4.17.21",
"winston": "3.3.3"
"winston": "3.10.0"
},
"devDependencies": {
"@strapi/pack-up": "5.0.2",
"eslint-config-custom": "0.0.0-next.008421e40e4f0fb98aab7504cea5a2b8ef7099d5",
"tsconfig": "0.0.0-next.008421e40e4f0fb98aab7504cea5a2b8ef7099d5"
},
"engines": {
"node": ">=14.19.1 <=18.x.x",
"node": ">=18.0.0 <=22.x.x",
"npm": ">=6.0.0"
},
"gitHead": "ffd0a215143bcafd0354d791533a57a084e53ffb"
}
}

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