New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@loyaltylion/typeorm

Package Overview
Dependencies
Maintainers
7
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@loyaltylion/typeorm

loyaltylion fork

latest
Source
npmnpm
Version
0.2.29-4
Version published
Maintainers
7
Created
Source

@loyaltylion/typeorm

How to make changes to our fork:

  • use the loyaltylion/changes branch
    • while you're making changes, consider rebasing it on the latest typeorm master
  • make your changes -- keep everything organised with good, isolated commits in case we want to cherry pick some of these commits to get them upstream later
  • install dependencies
    • some dependencies will not install when running on ARM, so we run it on a linux/amd64 container instead
    • run docker run -it --platform linux/amd64 -v ${PWD}:/app -w /app node:12 npm install
  • to test it locally:
    • run yarn package
    • this will create a dist build in build/package
    • from inside build/package, run yarn link
    • inside projects using this fork, run yarn link "@loyaltylion/typeorm". this will link it to your local build
    • each time you make a change in the fork you'll need to run npx gulp package in there again
  • to publish:
    • adjust the package.json version from x.x.x-y to x.x.x-z (z = y + 1)
    • run npx gulp publish. this will publish a new version to @loyaltylion/typeorm
    • update referenced projects to use the new version from NPM: yarn upgrade --latest @loyaltylion/typeorm

FAQs

Package last updated on 14 Nov 2022

Did you know?

Socket

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