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

@mojaloop/platform-shared-lib-public-messages-lib

Package Overview
Dependencies
Maintainers
3
Versions
194
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mojaloop/platform-shared-lib-public-messages-lib - npm Package Compare versions

Comparing version 0.1.158 to 0.1.159

dist/scheduling-bc/events.d.ts

1

dist/index.d.ts

@@ -37,1 +37,2 @@ /*****

export * from "./security-bc/";
export * from "./scheduling-bc/";

@@ -40,2 +40,3 @@ /*****

tslib_1.__exportStar(require("./security-bc/"), exports);
tslib_1.__exportStar(require("./scheduling-bc/"), exports);
//# sourceMappingURL=index.js.map

90

package.json
{
"name": "@mojaloop/platform-shared-lib-public-messages-lib",
"version": "0.1.158",
"description": "mojaloop vnext platform shared libraries - public messages lib",
"license": "Apache-2.0",
"homepage": "https://github.com/mojaloop/platform-shared-lib/tree/main/modules/public-messages-lib",
"bugs": {
"url": "https://github.com/mojaloop/platform-shared-lib/issues#readme"
},
"contributors": [
"Pedro Sousa Barreto <pedrosousabarreto@gmail.com>"
],
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"/dist"
],
"scripts": {
"start": "npm run service",
"service": "tsc && node dist/index.js --config ../../.env",
"build": "tsc",
"watch": "tsc -w",
"clean": "npm run clean:npm; npm run clean:dist",
"clean:dist": "rm -rf dist",
"clean:npm": "rm -rf node_modules",
"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",
"test:unit-report": "jest --passWithNoTests --testMatch **/test/unit/**/*.test.ts",
"test:coverage": "jest --passWithNoTests --coverage --coverageThreshold='{}' --testMatch **/test/unit/**/*.test.ts",
"test:coverage-check": "jest --coverage --testMatch **/test/unit/**/*.test.ts",
"dep:check": "ncu -e 2",
"dep:update": "ncu -u"
},
"dependencies": {
"@mojaloop/platform-shared-lib-messaging-types-lib": "~0.2.82"
},
"devDependencies": {
"eslint": "^8.38.0",
"jest": "^29.5.0",
"npm-check-updates": "^16.10.9",
"ts-jest": "^29.1.0",
"typescript": "^4.6.4"
}
"name": "@mojaloop/platform-shared-lib-public-messages-lib",
"version": "0.1.159",
"description": "mojaloop vnext platform shared libraries - public messages lib",
"license": "Apache-2.0",
"homepage": "https://github.com/mojaloop/platform-shared-lib/tree/main/modules/public-messages-lib",
"bugs": {
"url": "https://github.com/mojaloop/platform-shared-lib/issues#readme"
},
"contributors": [
"Pedro Sousa Barreto <pedrosousabarreto@gmail.com>"
],
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"/dist"
],
"scripts": {
"start": "npm run service",
"service": "tsc && node dist/index.js --config ../../.env",
"build": "tsc",
"watch": "tsc -w",
"clean": "npm run clean:npm; npm run clean:dist",
"clean:dist": "rm -rf dist",
"clean:npm": "rm -rf node_modules",
"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",
"test:unit-report": "jest --passWithNoTests --testMatch **/test/unit/**/*.test.ts",
"test:coverage": "jest --passWithNoTests --coverage --coverageThreshold='{}' --testMatch **/test/unit/**/*.test.ts",
"test:coverage-check": "jest --coverage --testMatch **/test/unit/**/*.test.ts",
"dep:check": "ncu -e 2",
"dep:update": "ncu -u"
},
"dependencies": {
"@mojaloop/platform-shared-lib-messaging-types-lib": "~0.2.82"
},
"devDependencies": {
"eslint": "^8.38.0",
"jest": "^29.5.0",
"npm-check-updates": "^16.10.9",
"ts-jest": "^29.1.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