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

@squzy/core

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@squzy/core - npm Package Compare versions

Comparing version 0.0.7-alpha.0 to 0.0.9-alpha.0

3

dist/lib/transaction/transaction.js

@@ -6,2 +6,3 @@ "use strict";

const enums_1 = require("../enums/enums");
const cross_fetch_1 = require("cross-fetch");
const toNano = (t) => {

@@ -69,3 +70,3 @@ return t * 1000000;

try {
fetch(`${this.application.getApiHost()}/v1/applications/${this.application.getId()}/transactions`, {
cross_fetch_1.default(`${this.application.getApiHost()}/v1/applications/${this.application.getId()}/transactions`, {
method: "POST",

@@ -72,0 +73,0 @@ body: JSON.stringify(req),

{
"name": "@squzy/core",
"version": "0.0.7-alpha.0",
"version": "0.0.9-alpha.0",
"description": "Basic module Squzy",

@@ -33,3 +33,3 @@ "author": "Iurii Panarin <tduble94@gmail.com>",

},
"gitHead": "217430410218e35a63238394c24c3d85ff99714a"
"gitHead": "fd85a9ad4b4e780d5e2087389b52d6a9c0ea3510"
}

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