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

mvc-integrator

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mvc-integrator - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

index.js

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

pathReadLine.question("Would you like to add a representative column on the left side of the relationship? (y/N): ", (answer) => {
createModelFiles(erdEditorFile, mvcIntegrator.saveOn, (answer == 'N' || answer == 'n') ? false : true);
createModelFiles(erdEditorFile, mvcIntegrator.saveOn, answer.toLowerCase() != 'y' ? false : true);
return;

@@ -43,0 +43,0 @@ });

{
"name": "mvc-integrator",
"version": "1.0.2",
"version": "1.0.3",
"description": "The MVC-Integrator is to help developers to build consistency systems. The tool will generate classes releted to an ERD Model created on ERD Editor. Also, it is going to work directly with some database dialects. The development and test are using Visual Studio Code and IBM DB2 on Cloud.",

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

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