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

ucshared

Package Overview
Dependencies
Maintainers
4
Versions
462
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ucshared

Shared libs for ucellar

latest
npmnpm
Version
4.1.22584
Version published
Weekly downloads
43
616.67%
Maintainers
4
Weekly downloads
 
Created
Source

#ucshared

This is the shared library for www + admin + react-native.

SRC:

  • api.ts - interface for midtier
  • serverless.ts - interface for uc.functions

Getting started:

  • As a prerequisite you will need to have Java installed.
  • You will need to install/place the file called swagger-codegen-cli.jar file one level above the ucshared folder (file located in UC sharepoint dev section).
  • Run npm install

How to update api.ts (UC.Midtier):

  • make sure midtier is running locally on port 8082, as well as uc.functions on 8087
  • cd uc_shared then run npm run midtier via git bash
  • npm run serverless
  • cd src then run node ci_auto_patch_ts_files.js
  • cd .. then run npm run build
  • commit changes to the repo
  • npm version minor to increment the ucshared package version. This will update the package.json with the new version AND do a git commit for it. So, you will not be able to do npm version minor until AFTER you committed your changes in (2).
  • npm publish to upload the package to npm. (npm login first)

#Access In order to update ucshared on npmjs.org you need to have Contributor access to the ucshared module.

The following people currently have access via npm login:

  • bherila
  • dalejo90
  • matenji

Keywords

ucellar

FAQs

Package last updated on 12 Apr 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