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

@therms/rpc-client

Package Overview
Dependencies
Maintainers
3
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@therms/rpc-client - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [1.2.3](http://bitbucket.org/thermsio/rpc-client-ts/compare/v1.2.2...v1.2.3) (2021-05-18)
### Bug Fixes
* shorthand procedure string scope::procedure::version ([95670d0](http://bitbucket.org/thermsio/rpc-client-ts/commits/95670d047ca1d9306ca0dc7156215df051122e2d))
## [1.2.2](http://bitbucket.org/thermsio/rpc-client-ts/compare/v1.2.1...v1.2.2) (2021-05-17)

@@ -2,0 +9,0 @@

2

package.json
{
"name": "@therms/rpc-client",
"version": "1.2.2",
"version": "1.2.3",
"description": "RPC framework, browser client lib",

@@ -5,0 +5,0 @@ "private": false,

@@ -57,6 +57,6 @@ # @therms/rpc-client

```js
const { data } = await rpc.call('procedure::scope::version')
const { data } = await rpc.call('scope::procedure::version')
// 2nd arg is optionally "args" passed with request
const { data } = await rpc.call('get-users::users::1', { active: true })
const { data } = await rpc.call('users::get-users::1', { active: true })
```

@@ -63,0 +63,0 @@

Sorry, the diff of this file is too big to display

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