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

inovus-sdk-utils

v1.0.0

Published

A set of utilities used within Inovus Medical SDK and APIs

Downloads

4

Readme

Inovus SDK Utils

This repo is a collection of Typescript utilities that encapsulates helper functionality that can be shared across Inovus APIs.

Requirements

  • Visual Studio Code, Visual Studio 2019 (or Rider)
  • NPM
  • Jest
  • Prettier

Cloning the Repo (for Development)

Clone the repo using the following command:

git clone https://<USERNAME>@bitbucket.org/inovus/inovus-sdk-utils.git

Usage

Building

npm run build

Running the Tests

npm test

Installing the module

npm install inovus-sdk-utils

Using the module

Utilities Module Example

	const utilities = require('inovus-sdk-utils').Utilities;
	var timeTaken = utilities.getElapsedTime(timer);

Rest Module Example

	const rest = require('inovus-sdk-utils').Rest;
	var rest = rest.success(rest.generatePolicySimple("OK", "", "SIMPLE", 
		utilities.getElapsedTime(timer), true, "Operation completed Successfully"));

Updating the module

npm update inovus-sdk-utils

Removing the module

npm uninstall inovus-sdk-utils

Change Log

|Date |Version|Description | |-----------|-------|-------------------------| |2021-06-07|v0.1.0|Initial Commit| |2021-06-07|v0.1.1|Added: chunks, isNumeric and getElapsedTime Functions + Updated README| |2021-06-07|v0.1.2|Rearranged to Submodules and Added Rest module| |2021-06-07|v0.1.3|Fixed issue with export| |2021-06-07|v0.1.4|Added remainder of rest code todo: Add tests| |2021-06-07|v0.1.5|Minor Updates: README| |2021-06-08|v0.1.6|Added Auth module and tests and dependancy to cognito-jwt-token-validator| |2021-06-08|v0.1.7|Added fluent method of specifying token| |2021-06-08|v0.1.8|Added Simplified fail method and test| |2021-06-08|v0.1.9|Added Error Constants| |2021-06-08|v0.1.10|Fixed Export for Errors| |2021-06-09|v0.1.11|Added Media module| |2021-06-09|v0.1.12|Added additional functions to Media module| |2021-07-13|v0.1.13|Added Errors for Meta Service| |2021-08-04|v0.1.14|Added getReturnTypeFromPayload to Utilities| |2021-08-10|v0.1.15|Added getPathPartsCount to Utilities| |2021-08-10|v0.1.16|Ported additional functions to Media| |2021-08-11|v0.1.17|Added parseS3InputPath to Media| |2021-08-12|v0.1.18|Added gathering PreviewThumbnails| |2021-10-04|v0.1.19|Updated parseS3InputPath| |2021-10-04|v0.1.20|Added: Catch errors with getPlaylistPath| |2021-11-12|v0.1.21|Added: Convert Cognito Create User Response to Inovus SingleUser Response type| |2021-11-25|v0.1.22|Updated: Minor Updates| |2023-01-03|v1.0.0|First published to NPM with some minor updates|

Author/s

Mark Castle

Copyright

© 2021-2023 Inovus Medical Ltd. All Rights Reserved.

Licence

Closed Source. Proprietary & Confidential.

Useful Links

  • https://itnext.io/step-by-step-building-and-publishing-an-npm-typescript-package-44fe7164964c