npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

google-utility-sync-data

v1.1.24

Published

Utilities to work with async data on google platform.

Downloads

40

Readme

Google Utility Sync Data

Utility functions to access some GCP Resources made ES6.

How to install

  • To install all dependencies you can use the following commands:
    npm install

How to run unit tests.

  • To run all unit tests you can use the following commands:
    npm test

QA/Coverage

See the .nycrc file to see our target QA numbers.

To run coverage execution use the following commands:

npm run cov

Import/Using

NPM

Versioning

A normal version number MUST take the form X.Y.Z where X, Y, and Z are non-negative integers, and MUST NOT contain leading zeroes. X is the major version, Y is the minor version, and Z is the patch version. Each element MUST increase numerically. For instance: 1.9.0 -> 1.10.0 -> 1.11.0. Reference link.

Tagging suggestions

It’s common practice to prefix your version names with the letter v. Some good tag names might be v1.0 or v2.3.4.

If the tag isn’t meant for production use, add a pre-release version after the version name. Some good pre-release versions might be v0.2-alpha or v5.9-beta.3.

Semantic versioning

If you’re new to releasing software, we highly recommend reading about semantic versioning.

Releases / Creating Releases

    Note: Only users with write access to the repository can view drafts of releases. For more information, see:
  1. On GitHub, navigate to the main page of the repository.
  2. Under your repository name, click Releases.
  3. Click Draft a new release.
  4. Type a version number for your release. Versions are based on Git tags. We recommend naming tags that fit within semantic versioning.
  5. Select a branch that contains the project you want to release. Usually, you'll want to release against your master branch, unless you're releasing beta software.
  6. Type a title and description that describes your release.
  7. If you'd like to include binary files along with your release, such as compiled programs, drag and drop or select files manually in the binaries box.
  8. If the release is unstable, select This is a pre-release to notify users that it's not ready for production.
  9. If you're ready to publicize your release, click Publish release. Otherwise, click Save draft to work on it later.

See Article reference link for more details.~