Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@spinajs/internal-logger

Package Overview
Dependencies
Maintainers
1
Versions
247
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spinajs/internal-logger - npm Package Compare versions

Comparing version 2.0.86 to 2.0.87

lib/cjs/index.d.ts

18

package.json
{
"name": "@spinajs/internal-logger",
"version": "2.0.86",
"version": "2.0.87",
"description": "internal logger used by some packages. do not use it in production environment",
"homepage": "https://github.com/spinajs/main#readme",
"license": "MIT",
"exports": "./lib/index.js",
"main": "lib/cjs/index.js",
"module": "lib/mjs/index.js",
"exports": {
".": {
"import": "./lib/mjs/index.js",
"require": "./lib/cjs/index.js"
}
},
"type": "module",

@@ -28,5 +35,5 @@ "private": false,

"dependencies": {
"@spinajs/di": "^2.0.86",
"@spinajs/log-common": "^2.0.86",
"@spinajs/configuration-common": "^2.0.86",
"@spinajs/di": "^2.0.87",
"@spinajs/log-common": "^2.0.87",
"@spinajs/configuration-common": "^2.0.87",
"lodash": "^4.17.21",

@@ -38,2 +45,3 @@ "chalk": "5.2.0"

"compile": "tsc -b tsconfig.json",
"compile:cjs": "tsc -b tsconfig.cjs.json",
"rimraf": "./node_modules/rimraf/bin.js",

@@ -40,0 +48,0 @@ "clean": "rimraf lib/ && rimraf tsconfig.tsbuildinfo",

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