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

wetland

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wetland - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

2

build/src/MetaData.d.ts

@@ -42,3 +42,3 @@ /// <reference types="chai" />

*/
static getConstructor(target: Function | Object): Function;
static getConstructor(target: ProxyInterface): Function;
}
{
"name": "wetland",
"version": "0.5.0",
"version": "0.5.1",
"description": "An enterprise grade ORM for Node.js.",

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

import {Homefront} from 'homefront';
import {ProxyInterface} from './EntityInterface';
import {ProxyInterface, EntityInterface, EntityCtor} from './EntityInterface';

@@ -60,5 +60,5 @@ export class MetaData {

*/
public static getConstructor(target: Function | Object): Function {
public static getConstructor(target: ProxyInterface): Function {
return (typeof target === 'function' ? target : target.constructor) as Function;
}
}
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