@foal/mongoose
Advanced tools
Comparing version 0.8.9 to 1.0.0
@@ -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]; |
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
8411
70
0