Socket
Socket
Sign inDemoInstall

pagarme

Package Overview
Dependencies
Maintainers
1
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pagarme - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

4

dist/transaction.d.ts

@@ -1,3 +0,3 @@

import PagarMe from "./pagarme.ts";
import { Endpoint } from "./base.ts";
import PagarMe from "./pagarme";
import { Endpoint } from "./base";
import { CardHashKey } from "./objects";

@@ -4,0 +4,0 @@ export declare class LazyTransactionCollection {

"use strict";
const base_ts_1 = require("./base.ts");
const base_1 = require("./base");
class LazyTransactionCollection {

@@ -8,3 +8,3 @@ constructor(pagarme) {

cardHashKey() {
return new base_ts_1.Endpoint(`transactions/card_hash_key`, { encryption_key: this.pagarme.encryption_key });
return new base_1.Endpoint(`transactions/card_hash_key`, { encryption_key: this.pagarme.encryption_key });
}

@@ -11,0 +11,0 @@ }

{
"name": "pagarme",
"version": "1.0.7",
"version": "1.0.8",
"description": "A simple nodejs wrapper for the Pagar.me API",

@@ -5,0 +5,0 @@ "main": "dist/pagarme.js",

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