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

egg-typeorm

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

egg-typeorm - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

4

lib/typeorm.js

@@ -29,7 +29,7 @@ 'use strict';

if (connectConfig.entities) {
if (config.entities) {
connectConfig.entities = config.entities;
}
if (connectConfig.subscribers) {
if (config.subscribers) {
connectConfig.subscribers = config.subscribers;

@@ -36,0 +36,0 @@ }

{
"name": "egg-typeorm",
"version": "1.0.1",
"version": "1.0.2",
"description": "",

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

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