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 0.0.9 to 0.0.10

4

Gruntfile.js

@@ -89,3 +89,3 @@ 'use strict';

}
, file = path.join( process.cwd( ), 'local.json' );
, file = path.join( process.cwd( ), 'config', 'local.json' );

@@ -99,3 +99,3 @@ if (fs.existsSync( file )) {

if (typeof conf[ key ] === "object" && conf[ key ] !== null) {
obj[ 'clever-orm' ][ key ] = obj[ key ] || {};
obj[ 'clever-orm' ][ key ] = obj[ 'clever-orm' ][ key ] || {};

@@ -102,0 +102,0 @@ Object.keys( conf[ key ], function ( subKey ) {

{
"name": "clever-orm",
"version": "0.0.9",
"version": "0.0.10",
"dependencies": {

@@ -5,0 +5,0 @@ "mysql": "2.0.0-rc2",

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