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

epayco-tokenizer

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

epayco-tokenizer - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

4

dist/index.es.js

@@ -121,2 +121,5 @@ import { v4 } from 'uuid';

res = _a.sent();
if (!res.status) {
throw new Error(res.message);
}
token = res.data.token;

@@ -126,2 +129,3 @@ return [2 /*return*/, token];

error_1 = _a.sent();
console.log('entra al catch?', error_1);
throw error_1;

@@ -128,0 +132,0 @@ case 4: return [2 /*return*/];

@@ -123,2 +123,5 @@ 'use strict';

res = _a.sent();
if (!res.status) {
throw new Error(res.message);
}
token = res.data.token;

@@ -128,2 +131,3 @@ return [2 /*return*/, token];

error_1 = _a.sent();
console.log('entra al catch?', error_1);
throw error_1;

@@ -130,0 +134,0 @@ case 4: return [2 /*return*/];

1

dist/main.d.ts

@@ -5,3 +5,2 @@ import 'whatwg-fetch';

value: string;
required: boolean;
}

@@ -8,0 +7,0 @@ declare class Tokenizer {

{
"name": "epayco-tokenizer",
"version": "1.0.2",
"version": "1.0.3",
"description": "Agnostic browser tokenizer for epayco",

@@ -5,0 +5,0 @@ "repository": "https://github.com/5h1rU/epayco-tokenizer",

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