Socket
Socket
Sign inDemoInstall

@moovio/node

Package Overview
Dependencies
61
Maintainers
6
Versions
34
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.0 to 1.2.1

2

dist/cjs/address.d.ts

@@ -1,2 +0,2 @@

export var unused: {};
export const unused: {};
export type Address = {

@@ -3,0 +3,0 @@ addressLine1: string;

@@ -1,2 +0,2 @@

export var unused: {};
export const unused: {};
export type CardDetails = {

@@ -3,0 +3,0 @@ /**

"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {

@@ -6,0 +10,0 @@ if (k2 === undefined) k2 = k;

@@ -229,5 +229,3 @@ "use strict";

password: this.credentials.secretKey,
}, gotDefaults, {
prefixUrl: credentials.apiRoot,
}, gotOptionsOrInstance || {});
}, gotDefaults, gotOptionsOrInstance || {});
this._accounts = null;

@@ -234,0 +232,0 @@ this._capabilities = null;

@@ -1,2 +0,2 @@

export var unused: {};
export const unused: {};
export type Address = {

@@ -3,0 +3,0 @@ addressLine1: string;

@@ -1,2 +0,2 @@

export var unused: {};
export const unused: {};
export type CardDetails = {

@@ -3,0 +3,0 @@ /**

@@ -217,5 +217,3 @@ import { got } from "got-cjs";

password: this.credentials.secretKey,
}, gotDefaults, {
prefixUrl: credentials.apiRoot,
}, gotOptionsOrInstance || {});
}, gotDefaults, gotOptionsOrInstance || {});
this._accounts = null;

@@ -222,0 +220,0 @@ this._capabilities = null;

@@ -233,5 +233,2 @@ import { got } from "got-cjs";

gotDefaults,
{
prefixUrl: credentials.apiRoot,
},
gotOptionsOrInstance || {}

@@ -238,0 +235,0 @@ );

@@ -1,2 +0,2 @@

export var unused: {};
export const unused: {};
export type Address = {

@@ -3,0 +3,0 @@ addressLine1: string;

@@ -1,2 +0,2 @@

export var unused: {};
export const unused: {};
export type CardDetails = {

@@ -3,0 +3,0 @@ /**

{
"name": "@moovio/node",
"version": "v1.2.0",
"version": "1.2.1",
"description": "Node SDK for the Moov API and Dashboard",

@@ -5,0 +5,0 @@ "module": "dist/mjs/index.js",

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