Socket
Socket
Sign inDemoInstall

@ts-typings/sequelize

Package Overview
Dependencies
3
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @ts-typings/sequelize

Typescript typing for sequelize >= v5. Mirror from the original sequelize repo


Version published
Weekly downloads
4
Maintainers
1
Install size
1.06 MB
Created
Weekly downloads
 

Readme

Source

Sequelize Typing

  • V5 sequelize typing, which mirrors sequelize.
  • This repository is here as I dont want to install the whole sequelize library to get the typing and the typing from DefinitelyTyped only supports v4.

Command

  • npm install @ts-typings/sequelize
  • Include custom types in your tsconfig. I.e:
"compilerOptions": {
  ...
  "baseUrl": "./",
  "paths": {
    "*": ["node_modules/@ts-typings/*"]
  }
}

FAQs

Last updated on 11 Jul 2019

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