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

typeorm-plus

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typeorm-plus - npm Package Compare versions

Comparing version 0.0.43 to 0.0.44

1

index.d.ts

@@ -15,1 +15,2 @@ export * from 'typeorm';

export { patchRepositoryAndQueryBuilder } from './patch-typeorm-repository';
export { DeleteDateColumn } from './decorator/columns/DeleteDateColumn';

@@ -25,2 +25,4 @@ "use strict";

exports.patchRepositoryAndQueryBuilder = patch_typeorm_repository_1.patchRepositoryAndQueryBuilder;
var DeleteDateColumn_1 = require("./decorator/columns/DeleteDateColumn");
exports.DeleteDateColumn = DeleteDateColumn_1.DeleteDateColumn;
//# sourceMappingURL=index.js.map

2

package.json
{
"name": "typeorm-plus",
"private": false,
"version": "0.0.43",
"version": "0.0.44",
"description": "Add extra features to TypeORM",

@@ -6,0 +6,0 @@ "main": "dist/index.js",

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