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

@mojaloop/logging-bc-public-types-lib

Package Overview
Dependencies
Maintainers
5
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mojaloop/logging-bc-public-types-lib - npm Package Compare versions

Comparing version 0.1.15 to 0.1.16

4

dist/console_logger.js

@@ -35,5 +35,3 @@ /*****

class ConsoleLogger {
constructor() {
this._logLevel = index_1.LogLevel.DEBUG; // default
}
_logLevel = index_1.LogLevel.DEBUG; // default
createChild(componentName) {

@@ -40,0 +38,0 @@ // nop - not implemented here, just return the same instance

{
"name": "@mojaloop/logging-bc-public-types-lib",
"version": "0.1.15",
"description": "Mojaloop logging bounded context public types lib (test change 2)",
"version": "0.1.16",
"description": "Mojaloop logging bounded context public types lib",
"license": "Apache-2.0",
"homepage": "https://github.com/mojaloop/logging-bc/tree/main/modules/public-types-lib",
"homepage": "https://github.com/mojaloop/logging-bc/tree/main/packages/public-types-lib",
"bugs": {

@@ -25,4 +25,5 @@ "url": "https://github.com/mojaloop/logging-bc/issues#readme"

"watch": "tsc -w",
"clean": "rm -Rf dist",
"clean:npm": "rm -Rf node_modules",
"clean": "npm run clean:npm; npm run clean:dist",
"clean:dist": "rm -rf dist",
"clean:npm": "rm -rf node_modules",
"pretest": "npm run build",

@@ -36,10 +37,10 @@ "standard": "npm run lint",

"audit:check": "npm npm audit",
"dep:check": "npm exec ncu -- -e 2",
"dep:update": "npm exec ncu -- -u",
"dep:check": "ncu -e 2",
"dep:update": "ncu -u",
"npm_publish": "npm version patch && npm publish --tag=latest --access public"
},
"devDependencies": {
"eslint": "^8.34.0",
"jest": "^29.4.3",
"npm-check-updates": "^16.7.9",
"eslint": "^8.36.0",
"jest": "^29.5.0",
"npm-check-updates": "^16.7.12",
"ts-jest": "^29.0.5",

@@ -46,0 +47,0 @@ "typescript": "^4.6.4"

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