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

paypal-isomorphic-functions

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

paypal-isomorphic-functions - npm Package Compare versions

Comparing version 1.0.20 to 1.0.21

3

dist/index.d.ts
import "./polyfills";
import "./interfaces";
import * as Utils from "./util";
import * as Orders from "./orders";

@@ -10,2 +11,2 @@ import * as BillingAgreements from "./billing-agreements";

import * as Partner from "./partner";
export { Orders, Oauth, BillingAgreements, Payments, Webhooks, Middleware, Partner };
export { Orders, Oauth, BillingAgreements, Payments, Webhooks, Middleware, Partner, Utils };

@@ -12,2 +12,4 @@ "use strict";

require("./interfaces");
const Utils = __importStar(require("./util"));
exports.Utils = Utils;
const Orders = __importStar(require("./orders"));

@@ -14,0 +16,0 @@ exports.Orders = Orders;

{
"name": "paypal-isomorphic-functions",
"version": "1.0.20",
"version": "1.0.21",
"description": "Library of helpful paypal functions that can be run in a browser or server",

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

import "./polyfills";
import "./interfaces";
import * as Utils from "./util";
import * as Orders from "./orders";

@@ -19,3 +20,4 @@ import * as BillingAgreements from "./billing-agreements";

Middleware,
Partner
Partner,
Utils
};

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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