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.4 to 0.0.5

10

Gruntfile.js

@@ -20,3 +20,13 @@ 'use strict';

grunt.registerTask( 'db', [ 'db:rebase', 'db:seed' ] );
grunt.registerTask( 'readme', 'Displays helpful information', function ( ) {
console.log( 'Installation instructions:' );
console.log( '1. From your project folder run `clever install clever-orm`' );
console.log( '' );
console.log( '2. In the config file for your desired environment (ie. backend/config/local.json), update the clever-orm object with the details for your database.' );
console.log( '' );
console.log( '3. From your project\'s `backend` folder, run `NODE_ENV=local grunt db`.' );
console.log( 'The database tables for your modules should now be installed and seeded with data!' );
} );
}];
};

2

package.json
{
"name": "clever-orm",
"version": "0.0.4",
"version": "0.0.5",
"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