Socket
Socket
Sign inDemoInstall

@foal/typeorm

Package Overview
Dependencies
306
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.8.1 to 1.9.0

lib/utils/fetch-mongodb-user.util.d.ts

1

lib/utils/index.d.ts

@@ -0,2 +1,3 @@

export { fetchMongoDBUser } from './fetch-mongodb-user.util';
export { fetchUserWithPermissions } from './fetch-user-with-permissions.util';
export { fetchUser } from './fetch-user.util';
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var fetch_mongodb_user_util_1 = require("./fetch-mongodb-user.util");
exports.fetchMongoDBUser = fetch_mongodb_user_util_1.fetchMongoDBUser;
var fetch_user_with_permissions_util_1 = require("./fetch-user-with-permissions.util");

@@ -4,0 +6,0 @@ exports.fetchUserWithPermissions = fetch_user_with_permissions_util_1.fetchUserWithPermissions;

7

package.json
{
"name": "@foal/typeorm",
"version": "1.8.1",
"version": "1.9.0",
"description": "FoalTS integration of TypeORM",

@@ -52,3 +52,3 @@ "main": "./lib/index.js",

"dependencies": {
"@foal/core": "^1.8.1"
"@foal/core": "^1.9.0"
},

@@ -62,2 +62,3 @@ "peerDependencies": {

"mocha": "~5.2.0",
"mongodb": "~3.5.0",
"mysql": "~2.16.0",

@@ -73,3 +74,3 @@ "pg": "~7.7.1",

},
"gitHead": "6edc64b6e739753521b302e6c9dde55255845686"
"gitHead": "c0e648721ef9e8cd5a3f645d06ea660605f44ddb"
}

@@ -58,3 +58,3 @@ <p align="center">

[=> Continue with the tutorial](https://foalts.gitbook.io/docs/content/)
[=> Continue with the tutorial](https://foalts.gitbook.io/docs/)

@@ -61,0 +61,0 @@

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