New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@nyffels/mynodeorm

Package Overview
Dependencies
Maintainers
0
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nyffels/mynodeorm - npm Package Compare versions

Comparing version 1.0.0-alpha65 to 1.0.0-alpha66

2

dist/decorators/property.decorator.d.ts

@@ -35,3 +35,3 @@ import 'reflect-metadata';

};
export declare function foreignKey<T>(table: T, column: keyof T, onDelete?: ForeignKeyOption, onUpdate?: ForeignKeyOption): {
export declare function foreignKey<T>(table: object, column: keyof T, onDelete?: ForeignKeyOption, onUpdate?: ForeignKeyOption): {
(target: Function): void;

@@ -38,0 +38,0 @@ (target: Object, propertyKey: string | symbol): void;

{
"name": "@nyffels/mynodeorm",
"version": "1.0.0-alpha65",
"version": "1.0.0-alpha66",
"description": "A full-fledged ORM framework for NodeJS and MySQL with develop friendly code aimed to handle database migrations, MySQL Query builder / helper and property mapping.",

@@ -5,0 +5,0 @@ "private": false,

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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