You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@atb-as/utils

Package Overview
Dependencies
Maintainers
16
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atb-as/utils

Shared utility methods and types for AtB products

4.2.0
latest
npmnpm
Version published
Weekly downloads
9
-94.86%
Maintainers
16
Weekly downloads
 
Created
Source

@atb-as/utils

Shared typescript utility methods and types for AtB products.

Install

yarn add @atb-as/utils

Local development

In order to test local changes to the package locally, you can use yalc. This is an alternative to yarn link, that works better with React Native / metro.

  • Run npm i yalc -g to install yalc on your machine.
  • Run yarn build && yalc push to set up a local link to this package.
  • Run yalc add @atb-as/utils in the project that depends on it.

Your local changes to @atb-as/utils should now be available to use. When you make more changes locally, you can run yarn build && yalc push again to update the linked package.

When you're done, run yalc remove --all to reset the project's package.json.

Release

  • Merge a PR to main, where the commit message follows the conventional commits specification.
  • The Github action release-please-action will create a PR to update the package version and changelog.
  • feat will be a minor release.
  • fix will be a patch release.
  • Adding ! after the prefix (e.g. feat!) means it is a breaking change, and will be a major release. This includes any changes to the public API that requires users of the package to update any code.
  • Other prefixes such as chore or refactor will not trigger a release.
  • Merge the release PR to main to trigger a NPM release.

For more details, see release-please-action.

License

EUPL-1.2

FAQs

Package last updated on 11 Jul 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