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.3.0 to 0.3.1

11

index.js

@@ -221,2 +221,4 @@ const axios = require('axios')

try {
this.cleanDeeplinkParams()
this.tx_params.type = (typeof type != "undefined") ? type.toString().replace("#/", "") : ""

@@ -261,3 +263,5 @@ this.tx_params.merchant_id = (typeof merchant_id != "undefined") ? merchant_id.toString().replace("#/", "") : ""

this.defineDeviceAndNav()
this.defineDeviceAndNav()
}

@@ -270,2 +274,7 @@ catch (e) {

cleanDeeplinkParams () {
this.deeplink_params = []
return
}
defineDeviceAndNav () {

@@ -272,0 +281,0 @@ if (!this.isMobile.any()) {

2

package.json
{
"name": "crypttp",
"version": "0.3.0",
"version": "0.3.1",
"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