Socket
Socket
Sign inDemoInstall

@unumid/server-sdk

Package Overview
Dependencies
127
Maintainers
1
Versions
88
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.0 to 1.2.2

5

package.json
{
"name": "@unumid/server-sdk",
"version": "1.2.0",
"version": "1.2.2",
"main": "build/index.js",

@@ -19,5 +19,2 @@ "repository": "git@github.com:UnumID/Server-SDK-TypeScript.git",

},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {

@@ -24,0 +21,0 @@ "@types/express": "^4.17.7",

@@ -331,2 +331,7 @@ This SDK combines the functionality of an [**Issuer**](#issuer) and [**Verifier**](#verifier) entities to work with UnumID's SaaS. For necessary account creation and API keys please email admin@unum.id.

This project is publicly published on the official npm [registry](https://www.npmjs.com/package/@unumid/server-sdk). For example it can be pulled with, `npm i @unumid/server-sdk` or `yarn add @unumid/server-sdk`.
### Releases
Releases and publishing to NPM is automated via Github Actions CI job. In order to trigger a release one should push a git tag with a preceding `v` with semver notation, ie v1.1.1, to the `main` branch. This will trigger the CI job to bump the package version, generate typedocs, publish to NPM, make a release commit, and make a Github Release. The message of the git tag will be the release message so please make it meaningful. For example, `git tag v1.2.0 -m "Updated the SDK with a new CI job" && push origin v1.1.1`.
### Global Dependencies

@@ -333,0 +338,0 @@ - NodeJS v14.0.0 or higher, preferably v14.15.0 or higher

docs/classes/custerror.html

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc