Socket
Socket
Sign inDemoInstall

@payfunc/model-card

Package Overview
Dependencies
29
Maintainers
2
Versions
114
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.2 to 4.0.3

6

dist/Card/Change.js

@@ -16,4 +16,3 @@ import * as gracely from "gracely";

typeof value.verification.data == "string" ||
(typeof value.verification.data == "object" &&
Object.values(value.verification.data).every(item => typeof item == "string"))))) &&
typeof value.verification.data == "object"))) &&
(value.client == undefined ||

@@ -38,4 +37,3 @@ (typeof value.client == "object" && (value.client.ip == undefined || typeof value.client.ip == "string"))));

typeof value.verification.data == "string" ||
(typeof value.verification.data == "object" &&
Object.values(value.verification.data).every(item => typeof item == "string")))) || {
typeof value.verification.data == "object")) || {
property: "verification",

@@ -42,0 +40,0 @@ type: '{ type: "pares" | "method" | "challenge", data?: string | { [property: string]: string }} | undefined',

{
"name": "@payfunc/model-card",
"version": "4.0.2",
"version": "4.0.3",
"description": "Javascript library containing the model for the PayFunc Card Tokenizing REST API.",

@@ -5,0 +5,0 @@ "author": "PayFunc",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc