Socket
Socket
Sign inDemoInstall

@firebolt-js/openrpc

Package Overview
Dependencies
96
Maintainers
3
Versions
87
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.8.0-next.1 to 1.8.0-next.2

32

CHANGELOG.md

@@ -0,1 +1,33 @@

# [1.8.0-next.2](https://github.com/rdkcentral/firebolt-openrpc/compare/v1.8.0-next.1...v1.8.0-next.2) (2023-01-31)
### Bug Fixes
* Handle error in calls-metrics template ([322f636](https://github.com/rdkcentral/firebolt-openrpc/commit/322f636ca627c7c95ae58a16e8d3b334cf5ff3e2))
* Handle error in calls-metrics template ([b737d09](https://github.com/rdkcentral/firebolt-openrpc/commit/b737d09f9d5b22c63cae75f2992f324b8a1541cb))
# [1.8.0-next.2](https://github.com/rdkcentral/firebolt-openrpc/compare/v1.8.0-next.1...v1.8.0-next.2) (2023-01-31)
### Bug Fixes
* Handle error in calls-metrics template ([322f636](https://github.com/rdkcentral/firebolt-openrpc/commit/322f636ca627c7c95ae58a16e8d3b334cf5ff3e2))
* Handle error in calls-metrics template ([b737d09](https://github.com/rdkcentral/firebolt-openrpc/commit/b737d09f9d5b22c63cae75f2992f324b8a1541cb))
# [1.8.0-next.2](https://github.com/rdkcentral/firebolt-openrpc/compare/v1.8.0-next.1...v1.8.0-next.2) (2023-01-31)
### Bug Fixes
* Handle error in calls-metrics template ([322f636](https://github.com/rdkcentral/firebolt-openrpc/commit/322f636ca627c7c95ae58a16e8d3b334cf5ff3e2))
* Handle error in calls-metrics template ([b737d09](https://github.com/rdkcentral/firebolt-openrpc/commit/b737d09f9d5b22c63cae75f2992f324b8a1541cb))
# [1.8.0-next.2](https://github.com/rdkcentral/firebolt-openrpc/compare/v1.8.0-next.1...v1.8.0-next.2) (2023-01-31)
### Bug Fixes
* Handle error in calls-metrics template ([322f636](https://github.com/rdkcentral/firebolt-openrpc/commit/322f636ca627c7c95ae58a16e8d3b334cf5ff3e2))
* Handle error in calls-metrics template ([b737d09](https://github.com/rdkcentral/firebolt-openrpc/commit/b737d09f9d5b22c63cae75f2992f324b8a1541cb))
# [1.8.0-next.1](https://github.com/rdkcentral/firebolt-openrpc/compare/v1.7.2-next.1...v1.8.0-next.1) (2022-12-02)

@@ -2,0 +34,0 @@

2

package.json
{
"name": "@firebolt-js/openrpc",
"version": "1.8.0-next.1",
"version": "1.8.0-next.2",
"description": "The Firebolt SDK Code & Doc Generator",

@@ -5,0 +5,0 @@ "main": "src/js/sdk/index.mjs",

@@ -13,2 +13,5 @@

})
}).catch(error => {
const msg = typeof error === 'string' ? error : error.message || 'Unknown Error'
console.error(`Metrics '${method.name}' callback failed: ${msg}`)
})

@@ -15,0 +18,0 @@

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