Socket
Socket
Sign inDemoInstall

cher-db

Package Overview
Dependencies
149
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.1 to 0.4.2

12

modelManager.js
'use strict';
const events = require( 'events' );
const tools = require( 'cher-tools' );
const utils = require( '../cher-tools' ).utils;
const log = tools.log();
let models = {};
let EventEmitter = events.EventEmitter;
const events = require('events');
const tools = require('cher-tools');
const utils = tools.utils;
const log = tools.log();
let EventEmitter = events.EventEmitter;
let models = {};
let instance;

@@ -11,0 +11,0 @@

{
"name": "cher-db",
"version": "0.4.1",
"version": "0.4.2",
"description": "Data layer for Cher",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc