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

@requestnetwork/data-access

Package Overview
Dependencies
Maintainers
6
Versions
699
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@requestnetwork/data-access - npm Package Compare versions

Comparing version 0.6.1-next.1203 to 0.6.1-next.1205

2

dist/block.js

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

// check the transactions format
if (maybeBlock.transactions.some((tx) => !tx.data)) {
if (!maybeBlock.transactions.every((tx) => tx.data || (tx.encryptedData && tx.hash))) {
throw new Error(`Transactions do not follow the block standard`);

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

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

return {
block: JSON.parse(resultRead.content),
block: block_1.default.parseBlock(resultRead.content),
location,

@@ -343,0 +343,0 @@ meta: resultRead.meta,

{
"name": "@requestnetwork/data-access",
"version": "0.6.1-next.1203+69a84a56",
"version": "0.6.1-next.1205+de86f43d",
"publishConfig": {

@@ -43,5 +43,5 @@ "access": "public"

"dependencies": {
"@requestnetwork/multi-format": "0.2.6-next.1203+69a84a56",
"@requestnetwork/types": "0.12.1-next.1203+69a84a56",
"@requestnetwork/utils": "0.11.1-next.1203+69a84a56",
"@requestnetwork/multi-format": "0.2.5",
"@requestnetwork/types": "0.12.0",
"@requestnetwork/utils": "0.11.0",
"bluebird": "3.5.5",

@@ -81,3 +81,3 @@ "keyv": "3.1.0"

},
"gitHead": "69a84a56cc009664396c33750ea4ec29656b806e"
"gitHead": "de86f43d7f2886673364bded70ab6a4f8acf4711"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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