🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

unimapperjs

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unimapperjs - npm Package Compare versions

Comparing version

to
1.1.9

2

index.js

@@ -123,3 +123,3 @@ /**

goThroughDir(path, (file) => {
if (file.slice(-3) !== ".js") return;
if (file.slice(-3) !== ".js" || file.indexOf("seed") !== 1) return;
file = "./" + $path.relative(__dirname, file).replace(/\\/g, "/");

@@ -126,0 +126,0 @@ /*let c = */require(file);

{
"name": "unimapperjs",
"version": "1.1.8",
"version": "1.1.9",
"description": "Universal node.js (native ES6/ES7) LINQ-like object mapper (ORM/ODM) for all types of databases (SQL, NoSQL).",

@@ -5,0 +5,0 @@ "author": {