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

@unspent/psi

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@unspent/psi - npm Package Compare versions

Comparing version 0.2.5 to 0.2.6

1

dist/main/Psi.js

@@ -43,3 +43,2 @@ import { decodeTransaction, hexToBin } from '@bitauth/libauth';

});
console.log(lastBlock);
// -1 is no blockheight

@@ -46,0 +45,0 @@ return lastBlock ? lastBlock : { id: -1, timestamp: (new Date()).getTime() / 1000 };

@@ -241,3 +241,2 @@ import axios from 'axios';

});
console.log(response);
// raise errors from chaingraph

@@ -244,0 +243,0 @@ if (response.data.error || response.data.errors) {

2

package.json
{
"name": "@unspent/psi",
"version": "0.2.5",
"version": "0.2.6",
"description": "A persistent storage IndexedDB wrapper for ₿∙ϕ contracts and data using Dexie.js",

@@ -5,0 +5,0 @@ "author": "2qx",

@@ -69,4 +69,3 @@ import {

console.error(error.stack || error);
});
console.log(lastBlock)
});
// -1 is no blockheight

@@ -73,0 +72,0 @@ return lastBlock ? lastBlock : { id: -1, timestamp: (new Date()).getTime()/1000 }

@@ -275,3 +275,2 @@ import axios from 'axios';

console.log(response)
// raise errors from chaingraph

@@ -278,0 +277,0 @@ if (response.data.error || response.data.errors) {

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

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