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

@bufferapp/async-data-fetch

Package Overview
Dependencies
Maintainers
11
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bufferapp/async-data-fetch - npm Package Compare versions

Comparing version 0.5.25 to 0.5.35

5

middleware.js

@@ -10,3 +10,6 @@ import RPCClient from 'micro-rpc-client';

let counter = 0;
const rpc = new RPCClient({ url: '/rpc' });
const rpc = new RPCClient({
url: '/rpc',
sendCredentials: 'same-origin',
});
return next => (action) => {

@@ -13,0 +16,0 @@ next(action);

2

package.json
{
"name": "@bufferapp/async-data-fetch",
"version": "0.5.25",
"version": "0.5.35",
"description": "Fetch data from RPC backend",

@@ -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