Socket
Socket
Sign inDemoInstall

gatos

Package Overview
Dependencies
61
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.20 to 0.3.21

5

models/index.d.ts

@@ -0,7 +1,8 @@

import { Model } from "classy-mongo"
import { InsertOneResult, UpdateResult } from "mongodb"
export { Model } from "classy-mongo"
export { Model }
export class Auth extends Model {
profiles = [String.prototype]
profiles: String[]

@@ -8,0 +9,0 @@ updatePassword(password: string): Promise<UpdateResult>

2

package.json
{
"license": "ISC",
"version": "0.3.20",
"version": "0.3.21",
"main": "index.js",

@@ -5,0 +5,0 @@ "name": "gatos",

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