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

@amplication/plugin-db-mongo

Package Overview
Dependencies
Maintainers
7
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@amplication/plugin-db-mongo - npm Package Compare versions

Comparing version 1.2.4-beta.1 to 1.2.4-beta.2

2

package.json
{
"name": "@amplication/plugin-db-mongo",
"version": "1.2.4-beta.1",
"version": "1.2.4-beta.2",
"description": "Use a Mongo database in a service generated by Amplication",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -144,6 +144,8 @@ import { resolve } from "path";

staticPath,
eventParams.basePath
`${eventParams.basePath}/health/base`
);
console.log(modules.find(x => x.path.includes("health.service.base"))?.path);
console.log(
modules.find((x) => x.path.includes("health.service.base"))?.path
);

@@ -150,0 +152,0 @@ return [...staticsFiles, ...modules];

Sorry, the diff of this file is too big to display

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