Socket
Socket
Sign inDemoInstall

@pubsweet/models

Package Overview
Dependencies
610
Maintainers
5
Versions
53
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @pubsweet/models

A simple package that brings models together


Version published
Weekly downloads
331
decreased by-3.22%
Maintainers
5
Install size
792 kB
Created
Weekly downloads
 

Readme

Source

Models

A package that connects all model components together, so that you can use them elsewhere with e.g.

const { User } = require('@pubsweet/models')

For a model component to be accessible through @pubsweet/models, it needs to be listed in your application's config, for example, like so:

{
  pubsweet: {
    components: [
      '@pubsweet/model-user',
      '@pubsweet/model-team',
    ]
  }
}

FAQs

Last updated on 08 Jun 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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