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

@strapi/logger

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@strapi/logger - npm Package Compare versions

Comparing version

to
4.0.0-beta.19

{
"name": "@strapi/logger",
"version": "4.0.0-beta.18",
"version": "4.0.0-beta.19",
"description": "Strapi's logger",
"homepage": "https://strapi.io",
"main": "./lib/index.js",
"scripts": {
"test": "echo \"no tests yet\""
"bugs": {
"url": "https://github.com/strapi/strapi/issues"
},
"directories": {
"lib": "./lib"
"repository": {
"type": "git",
"url": "git://github.com/strapi/strapi.git"
},
"license": "SEE LICENSE IN LICENSE",
"author": {
"name": "Strapi team",
"name": "Strapi Solutions SAS",
"email": "hi@strapi.io",
"url": "https://strapi.io"
},
"repository": {
"type": "git",
"url": "git://github.com/strapi/strapi.git"
"maintainers": [
{
"name": "Strapi Solutions SAS",
"email": "hi@strapi.io",
"url": "https://strapi.io"
}
],
"main": "./lib/index.js",
"directories": {
"lib": "./lib"
},
"bugs": {
"url": "https://github.com/strapi/strapi/issues"
"scripts": {
"test": "echo \"no tests yet\""
},
"dependencies": {
"lodash": "4.17.21",
"winston": "3.3.3"
},
"engines": {

@@ -29,8 +41,3 @@ "node": ">=12.x.x <=16.x.x",

},
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"lodash": "4.17.21",
"winston": "3.3.3"
},
"gitHead": "3e9e3f13cb85822e6d92b0e448ae0b94d440dac1"
"gitHead": "6e0f2052136c7d337d72b944cd0564d4559896d0"
}