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

@maykin-ui/admin-ui

Package Overview
Dependencies
Maintainers
0
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@maykin-ui/admin-ui

  • 0.0.37
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
0
Weekly downloads
 
Created
Source

Maykin UI

A reusable component library developed by Maykin Media.

DEVELOPMENT NOTICE

This libray is in active development.

Release procedure

When releasing a new version of the package, follow these steps:

git pull
npm run build
npm run makemessages # Check that nothing changed, otherwise stop
npm run compilemessages # Check that nothing changed, otherwise stop

Update the version in the package.json file. Then:

npm install
git add package.json package-lock.json
git commit -m ":bookmark: - chore: <new version>"
git push

If you do not have the rights to push directly to main, make a release branch with the release commit and merge it. Then, git pull the changes on main and:

git tag 0.0.XX-alpha
git push --tags
npm publish --tag alpha --access=public

If you do not have credentials to publish to npm, ask someone else to do it.

FAQs

Package last updated on 18 Oct 2024

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc