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

@nyffels/mynodeorm

Package Overview
Dependencies
Maintainers
0
Versions
90
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

to
1.0.0-alpha149

2

dist/logic/migration.logic.js

@@ -476,3 +476,5 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

for (const folder of folders) {
console.log(folder);
const v = folder.split("_").find(x => x);
console.log(v);
if (v === undefined) {

@@ -479,0 +481,0 @@ continue;

2

package.json
{
"name": "@nyffels/mynodeorm",
"version": "1.0.0-alpha148",
"version": "1.0.0-alpha149",
"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