@bufferapp/micro-rpc-client
Advanced tools
Comparing version 1.0.1 to 1.3.0
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7150
50
1
2