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

@nyffels/mynodeorm

Package Overview
Dependencies
Maintainers
0
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nyffels/mynodeorm - npm Package Compare versions

Comparing version 1.0.0-alpha72 to 1.0.0-alpha73

5

dist/app.js

@@ -75,3 +75,3 @@ #! /usr/bin/env node

}
if (args.includes("--migration")) {
else if (args.includes("--migration")) {
if (!args.some(e => /^--name=*./.test(e))) {

@@ -100,2 +100,5 @@ throw Error("Name is required for a migration. Use '--name={{name}}' to declare a name of this migration.");

}
else {
console.log("No valid action found!");
}
function getDateFormat() {

@@ -102,0 +105,0 @@ const date = new Date();

2

package.json
{
"name": "@nyffels/mynodeorm",
"version": "1.0.0-alpha72",
"version": "1.0.0-alpha73",
"description": "A full-fledged ORM framework for NodeJS and MySQL with develop friendly code aimed to handle database migrations, MySQL Query builder / helper and property mapping.",

@@ -5,0 +5,0 @@ "private": false,

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