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.7 to 1.0.8

1

dist/oauth/index.d.ts
import { IPayPalAccessToken } from "./interfaces";
export * from './interfaces';
export declare function createAccessToken(): Promise<IPayPalAccessToken>;

2

package.json
{
"name": "paypal-isomorphic-functions",
"version": "1.0.7",
"version": "1.0.8",
"description": "Library of helpful paypal functions that can be run in a browser or server",

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

import { IPayPalAccessToken } from "./interfaces";
import { CONFIG } from "../config";
export * from './interfaces';
export async function createAccessToken() {

@@ -5,0 +7,0 @@ const options = {

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