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

crypttp

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crypttp - npm Package Compare versions

Comparing version 0.2.6 to 0.2.7

7

index.js

@@ -159,3 +159,2 @@ const axios = require('axios')

.then(response => {
console.log(response)
if (!Object.keys(response.data).length)

@@ -257,3 +256,3 @@ reject(false)

if (this.companyAccount[el].length) {
if (this.companyAccount[el].length && this.companyAccount[el][0]) {
list.push([

@@ -272,4 +271,2 @@ this.nativeCurrency[el],

console.log(list)
resolve(true)

@@ -314,3 +311,3 @@ })

Object.keys(this.companyAccount).map((el) => {
if (this.companyAccount[el].length) {
if (this.companyAccount[el].length && this.companyAccount[el][0]) {
let __amount = Number(amount) / this.rates[this.nativeCurrency[el]]

@@ -317,0 +314,0 @@ if (__amount == NaN || Infinity || undefined)

{
"name": "crypttp",
"version": "0.2.6",
"version": "0.2.7",
"description": "Module to call APIs of crypttp powered by alemey",

@@ -5,0 +5,0 @@ "main": "index.js",

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