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

@foal/mongoose

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@foal/mongoose - npm Package Compare versions

Comparing version 0.8.9 to 1.0.0

5

lib/index.d.ts

@@ -0,1 +1,6 @@

/**
* FoalTS
* Copyright(c) 2017-2019 Loïc Poullain <loic.poullain@centraliens.net>
* Released under the MIT License.
*/
export * from './utils';
"use strict";
/**
* FoalTS
* Copyright(c) 2017-2019 Loïc Poullain <loic.poullain@centraliens.net>
* Released under the MIT License.
*/
function __export(m) {

@@ -3,0 +8,0 @@ for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];

4

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

@@ -8,4 +8,4 @@ import { Model } from 'mongoose';

* This function is usually used by:
* - LoginRequired (@foal/core)
* - LoginOptional (@foal/core)
* - TokenRequired (@foal/core)
* - TokenOptional (@foal/core)
* - JWTRequired (@foal/jwt)

@@ -12,0 +12,0 @@ * - JWTOptional (@foal/jwt)

@@ -9,4 +9,4 @@ "use strict";

* This function is usually used by:
* - LoginRequired (@foal/core)
* - LoginOptional (@foal/core)
* - TokenRequired (@foal/core)
* - TokenOptional (@foal/core)
* - JWTRequired (@foal/jwt)

@@ -13,0 +13,0 @@ * - JWTOptional (@foal/jwt)

{
"name": "@foal/mongoose",
"version": "0.8.9",
"version": "1.0.0",
"description": "FoalTS integration of Mongoose",

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

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