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

@xyo-network/origin-block-repository

Package Overview
Dependencies
Maintainers
4
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xyo-network/origin-block-repository - npm Package Compare versions

Comparing version 0.6.0 to 0.7.0

4

dist/xyo-origin-block-repository.js

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

* @Last modified by: ryanxyo
* @Last modified time: Wednesday, 12th December 2018 10:54:30 am
* @Last modified time: Wednesday, 12th December 2018 12:14:41 pm
* @License: All Rights Reserved

@@ -62,3 +62,3 @@ * @Copyright: Copyright XY | The Findables Company

const blocks = result.items.map((keyPair) => {
return this.serializationService.deserialize(keyPair.value).hydrate(this.serializationService);
return this.serializationService.deserialize(keyPair.value).hydrate();
});

@@ -65,0 +65,0 @@ return {

{
"name": "@xyo-network/origin-block-repository",
"version": "0.6.0",
"version": "0.7.0",
"description": "An abstraction over a collection of origin blocks and subsequently accessing them",

@@ -10,6 +10,6 @@ "main": "dist/index.js",

"dependencies": {
"@xyo-network/bound-witness": "^0.6.0",
"@xyo-network/hashing": "^0.6.0",
"@xyo-network/serialization": "^0.6.0",
"@xyo-network/storage": "^0.6.0"
"@xyo-network/bound-witness": "^0.7.0",
"@xyo-network/hashing": "^0.7.0",
"@xyo-network/serialization": "^0.7.0",
"@xyo-network/storage": "^0.7.0"
},

@@ -25,3 +25,3 @@ "devDependencies": {

},
"gitHead": "cbb5c5c20b4f081ebbd619dbdbd2ddace174db34"
"gitHead": "95077b5c60fd3a2fe5252422f38346c47739271a"
}

@@ -7,3 +7,3 @@ /*

* @Last modified by: ryanxyo
* @Last modified time: Wednesday, 12th December 2018 10:54:30 am
* @Last modified time: Wednesday, 12th December 2018 12:14:41 pm
* @License: All Rights Reserved

@@ -63,3 +63,3 @@ * @Copyright: Copyright XY | The Findables Company

const blocks = result.items.map((keyPair) => {
return this.serializationService.deserialize(keyPair.value).hydrate<IXyoBoundWitness>(this.serializationService)
return this.serializationService.deserialize(keyPair.value).hydrate<IXyoBoundWitness>()
})

@@ -66,0 +66,0 @@

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