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

clever-orm

Package Overview
Dependencies
Maintainers
3
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clever-orm - npm Package Compare versions

Comparing version 2.0.6 to 2.0.7

6

bin/postInstall.js

@@ -7,2 +7,4 @@ 'use strict';

, config = require('config')
, os = require('os')
, isWin = /^win32/.test(os.platform());
, dialect = config['clever-orm'].db.options.dialect

@@ -40,3 +42,3 @@ , appRoot = path.resolve(path.join(__dirname, '..', '..', '..'))

var proc = cp.spawn('npm', ['i', dbPkg], opts);
var proc = cp.spawn(!isWin ? 'npm' :'npm.CMD', ['i', dbPkg], opts);

@@ -56,2 +58,2 @@ proc.on('close', function(code) {

});
}
}
{
"name" : "clever-orm",
"description" : "CleverStack ORM (SQL) Module",
"version" : "2.0.6",
"version" : "2.0.7",
"license" : "MIT",

@@ -6,0 +6,0 @@ "main" : "module",

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