New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@wisdomgarden/mobile-assets

Package Overview
Dependencies
Maintainers
0
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wisdomgarden/mobile-assets

host mobile assets

0.0.56
latest
Source
npm
Version published
Maintainers
0
Created
Source

Update assets flow

Update version info

I. Sync version file files

  • In Project mobile-assistant, prepare the preliminary work according to readme.md.
  • You should clone mobile-assistant into the same directory as the current project.
  • use bash ./scripts/sync_version_files.sh to sync latest file

II. upgrade package mobile-assets version

  • ues git diff to check the changed files
  • then commit all files git commit -m "update version file"
  • node scripts/upgrade_version.js increase current project version number and add new tag
  • git push && git push --tags push to GitHub, and Github Action publish it to npm @wisdomgarden/mobile-assets

III. refresh cdn

  • after about 10 minutes, check jsDeliver package data util latest tag is same as package.json.version then bash scripts/refresh_cdn.sh refresh json file cdn cache
  • preview release note. local use live server ./preview-release.html or Online from GitHub Pages

if update other file, edit refresh_cdn.sh, then run bash scripts/refresh_cdn.sh refresh it.

Update privacy policy

FAQs

Package last updated on 27 Feb 2025

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