New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@monerium/sdk

Package Overview
Dependencies
Maintainers
2
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@monerium/sdk - npm Package Compare versions

Comparing version 2.0.0 to 2.0.2

CHANGELOG.md

4

package.json
{
"name": "@monerium/sdk",
"version": "2.0.0",
"version": "2.0.2",
"description": "Everything you need to interact with the Monerium API - an electronic money issuer.",

@@ -25,3 +25,3 @@ "license": "MIT",

"clean": "rm -rf dist",
"docs": "typedoc src/index.ts --out docs",
"docs": "typedoc --options configs/typedoc.json",
"format": "prettier . --write",

@@ -28,0 +28,0 @@ "lint": "eslint . --ext .ts",

@@ -8,2 +8,6 @@ # @monerium/sdk

[Documentation](https://monerium.github.io/sdk/)
[Code coverage](https://monerium.github.io/sdk/coverage)
## Installing

@@ -26,13 +30,2 @@

Update your `package.json` to next version number, and remember to tag a release.
Once ready to submit your package to the NPM Registry, execute the following tasks via `yarn`:
- `yarn clean` — Assure a clean build
- `yarn build` — Build the package
Submit your package to the registry:
```
yarn publish
```
When changes are merged to the `main` branch that follows the [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) standard, [release-please](https://github.com/googleapis/release-please) workflow creates a pull request, preparing for the next release. If kept open, the following commits will also be added to the PR. Merging that PR will create a new release, a workflow will publish it on NPM and tag it on Github.
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc