Exciting release!Introducing "safe npm". Learn more
Socket
Log inDemoInstall

@pubsweet/models

Package Overview
Dependencies
1
Maintainers
5
Versions
53
Issues
File Explorer

Advanced tools

@pubsweet/models

A simple package that brings models together

    0.3.26latest
    npm

Version published
Maintainers
5
Weekly downloads
589
decreased by-26.74%

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 installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.

Install Socket
Socket
support@socket.devSocket SOC 2 Logo

Product

  • Package Issues
  • 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