Socket
Socket
Sign inDemoInstall

@amplication/plugin-db-mongo

Package Overview
Dependencies
0
Maintainers
8
Versions
73
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.4.11 to 1.4.12

10

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

@@ -16,4 +16,4 @@ "main": "dist/index.js",

"devDependencies": {
"@amplication/code-gen-types": "^2.0.17",
"@amplication/code-gen-utils": "^0.0.7",
"@amplication/code-gen-types": "^2.0.23",
"@amplication/code-gen-utils": "^0.0.9",
"@babel/parser": "^7.18.11",

@@ -27,7 +27,7 @@ "@babel/types": "^7.18.10",

"camel-case": "^4.1.2",
"copy-webpack-plugin": "^11.0.0",
"copy-webpack-plugin": "^12.0.2",
"eslint": "^8.21.0",
"jest-mock-extended": "^2.0.7",
"lodash": "^4.17.21",
"prettier": "^2.7.1",
"prettier": "^2.6.2",
"prisma-schema-dsl": "^2.1.5",

@@ -34,0 +34,0 @@ "prisma-schema-dsl-types": "^1.1.1",

{
"targets": {
"install:clean": {},
"lint": {},

@@ -5,0 +4,0 @@ "npm:publish": {}

@@ -10,2 +10,7 @@ const path = require("path");

entry: "./src/index.ts",
externals: [
"@amplication/code-gen-utils",
"@amplication/code-gen-types",
"prisma-schema-dsl",
],
plugins: [

@@ -43,5 +48,2 @@ new webpack.SourceMapDevToolPlugin({

},
externals: {
"prisma-schema-dsl": "prisma-schema-dsl",
},
};

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc