Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@bufferapp/micro-rpc-client

Package Overview
Dependencies
Maintainers
33
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bufferapp/micro-rpc-client - npm Package Compare versions

Comparing version 1.0.1 to 1.3.0

3

index.js

@@ -13,3 +13,3 @@ const fetch = require('isomorphic-fetch');

call(name, args) {
call(name, args, headers = {}) {
return fetch(`${this.url}/${name}`, {

@@ -20,2 +20,3 @@ method: 'POST',

'Content-Type': 'application/json',
...headers,
},

@@ -22,0 +23,0 @@ body: JSON.stringify({

{
"name": "@bufferapp/micro-rpc-client",
"version": "1.0.1",
"version": "1.3.0",
"description": "Universal JS client for micro-rpc",

@@ -5,0 +5,0 @@ "main": "index.js",

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