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

@mojaloop/logging-bc-client-lib

Package Overview
Dependencies
Maintainers
5
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mojaloop/logging-bc-client-lib - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

2

dist/test_script.js

@@ -51,2 +51,4 @@ /*****

logger.error("typed error message", new Error("TypedErrorClass"));
const logger2 = logger.createChild("childComponent");
logger2.warn("childComponent warn");
setTimeout(async () => {

@@ -53,0 +55,0 @@ // NOTE Make sure to call KafkaLogger.destroy

24

package.json
{
"name": "@mojaloop/logging-bc-client-lib",
"version": "0.0.10",
"description": "mojaloop logging client lib",
"version": "0.0.11",
"description": "mojaloop logging client lib 6",
"license": "Apache-2.0",

@@ -27,11 +27,11 @@ "homepage": "https://github.com/mojaloop/logging-bc/tree/main/modules/logging-svc",

"scripts": {
"start": "yarn run service",
"service": "tsc && node dist/index.js --config ../../.env",
"start": "node dist/application/index.js",
"build": "tsc",
"watch": "tsc -w",
"clean": "rm -Rf dist",
"pretest": "yarn run build",
"standard": "yarn run lint",
"lint": "yarn run build && npx eslint ./src",
"lint:fix": "yarn run build && npx eslint ./src --fix",
"prestart": "npm run build",
"pretest": "npm run build",
"standard": "npm run lint",
"lint": "npm run build && npx eslint ./src",
"lint:fix": "npm run build && npx eslint ./src --fix",
"test:unit": "jest --passWithNoTests --testMatch '**/test/unit/**/*.test.ts'",

@@ -41,9 +41,9 @@ "test:integration": "jest --passWithNoTests --testMatch '**/test/integration/**/*.test.ts'",

"test:coverage-check": "jest --coverage --testMatch '**/test/unit/**/*.test.ts'",
"audit:check": "yarn npm audit",
"audit:check": "npm npm audit",
"dep:check": "ncu -e 2",
"dep:update": "ncu -u",
"publish": "yarn run build && yarn version patch && yarn npm publish --tag=latest --access public"
"publish": "npm version patch && npm publish --tag=latest --access public"
},
"dependencies": {
"@mojaloop/logging-bc-public-types-lib": "0.0.3",
"@mojaloop/logging-bc-public-types-lib": "*",
"@mojaloop/platform-shared-lib-nodejs-kafka-client-lib": "^0.0.8",

@@ -61,2 +61,2 @@ "winston": "^3.3.3"

}
}
}

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