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

@citydev/common-utils

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@citydev/common-utils

city building common utilities

latest
npmnpm
Version
0.0.18
Version published
Maintainers
1
Created
Source

Introduction

This standalone package is extracted and updated from the previous buildings-common in buildings project. It covers the most basic and common utils logic such as array/object/collection's logic, date, format utils etc. Please follow the steps below to proceed with library migration or adoption.

Usage

  • Create .npmrc file in the root directory with content
    @citydev:registry= http://npm.envisioncn.com:7001/
  • install @citydev/common-utils if you have applied buildings-common logic
    yarn add @citydev/common-utils
  • update import path from buildings-common to @citydev/common-utils in your projects If it is a monorepo project, the better practise is to check internal module hierarchy and migrate progressively by each module starting with the most basic module.
    import from '@citydev/common-utils/lib/***'
  • Now you can build and run your own project. Once success, for migration users, you can remove the dependencies on buildings-common

FAQs

Package last updated on 22 May 2023

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