Socket
Socket
Sign inDemoInstall

@drieam/base

Package Overview
Dependencies
0
Maintainers
5
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @drieam/base

Base class for Drieam models


Version published
Weekly downloads
408
decreased by-0.73%
Maintainers
5
Install size
6.72 kB
Created
Weekly downloads
 

Readme

Source

npm

@drieam/base

@drieam/base is a base classs used on @drieam models.

Usage

Show instructions
$ yarn add @drieam/base
  import { Base } from '@drieam/base';

  class User { 
    declare id: number; 
    declare name: string; 
  }

Versioning

Until this project reaches a 1.0 milestone, minor version numbers will simply be incremented during each release. The Changelog will continue to document the different types of updates, including any "breaking changes".

After the 1.0 milestone, this project will follow SemVer.

FAQs

Last updated on 21 Apr 2022

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