0.0.18 • Published 5 years ago

@safeguard-apis/sg-string v0.0.18

Weekly downloads
915
License
-
Repository
-
Last release
5 years ago

SafeGuard Device Auth Request Data Stringifier

SafeGuard request data stringifier library.

Installation

Using npm:

npm install --save @safeguard-apis/sg-string

or using yarn:

yarn add @safeguard-apis/sg-string

Usage

import { RequestDataStringifier } from "@safeguard-apis/sg-string"

const stringifier = new RequestDataStringifier()
const requestData = {
  httpVerb: HTTP_VERB,
  domain: DOMAIN
}
const stringifiedRequest = stringifier.stringify(requestData)

Contributing

Setup development environment

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

Install npm dependencies

docker-compose run --rm --no-deps app npm install

Now your local machine is ready for development and testing.

Running the tests

docker-compose run --rm --no-deps app npm test

Deployment

Pushes a commit to master with the message Release 1.2.3, the npm-publish action will create a new tag v1.2.3 and publish the package to the npm registry.

0.0.18

5 years ago

0.0.17

5 years ago

0.0.15

5 years ago

0.0.16

5 years ago

0.0.10

5 years ago

0.0.11

5 years ago

0.0.12

5 years ago

0.0.13

5 years ago

0.0.14

5 years ago

0.0.5

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago