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

@requestnetwork/request-network.js

Package Overview
Dependencies
Maintainers
4
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@requestnetwork/request-network.js - npm Package Compare versions

Comparing version 0.11.2 to 0.11.3

2

dist/src/servicesExternal/ipfs-service.js

@@ -59,3 +59,3 @@ "use strict";

var dataParsed = JSON.parse(_data);
_this.ipfs.add(Buffer.from(JSON.stringify(dataParsed)), function (err, result) {
_this.ipfs.add(Buffer.from(JSON.stringify(dataParsed)), { pin: false }, function (err, result) {
if (err)

@@ -62,0 +62,0 @@ return reject(err);

{
"name": "@requestnetwork/request-network.js",
"version": "0.11.2",
"version": "0.11.3",
"description": "A JavaScript library for interacting with the Request Network protocol",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/RequestNetwork/requestNetwork-v1-archive/tree/master/packages/requestNetwork.js",

Sorry, the diff of this file is not supported yet

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