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

@commercelayer/js-auth

Package Overview
Dependencies
Maintainers
3
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@commercelayer/js-auth - npm Package Compare versions

Comparing version 2.2.2 to 2.2.3

4

lib/cjs/index.d.ts
import { GetCustomerToken, User } from './salesChannel';
import { GetWebappToken } from './webapp';
import clientCredentials, { ClientCredentials } from './clientCredentials';
import { AuthReturnType, AuthScope } from './typings';
import { AuthReturnType, AuthScope, ClientId, ClientSecret } from './typings';
declare const getSalesChannelToken: import("./salesChannel").SalesChannel;

@@ -10,3 +10,3 @@ declare const getCustomerToken: GetCustomerToken;

declare const getWebappToken: GetWebappToken;
export { authorizeWebapp, clientCredentials, getCustomerToken, getIntegrationToken, getSalesChannelToken, getWebappToken, ClientCredentials, User, AuthReturnType, AuthScope, };
export { authorizeWebapp, clientCredentials, getCustomerToken, getIntegrationToken, getSalesChannelToken, getWebappToken, ClientCredentials, User, AuthReturnType, AuthScope, ClientId, ClientSecret };
declare const CLayerAuth: {

@@ -13,0 +13,0 @@ authorizeWebapp: import("./webapp").Webapp;

import { GetCustomerToken, User } from './salesChannel';
import { GetWebappToken } from './webapp';
import clientCredentials, { ClientCredentials } from './clientCredentials';
import { AuthReturnType, AuthScope } from './typings';
import { AuthReturnType, AuthScope, ClientId, ClientSecret } from './typings';
declare const getSalesChannelToken: import("./salesChannel").SalesChannel;

@@ -10,3 +10,3 @@ declare const getCustomerToken: GetCustomerToken;

declare const getWebappToken: GetWebappToken;
export { authorizeWebapp, clientCredentials, getCustomerToken, getIntegrationToken, getSalesChannelToken, getWebappToken, ClientCredentials, User, AuthReturnType, AuthScope, };
export { authorizeWebapp, clientCredentials, getCustomerToken, getIntegrationToken, getSalesChannelToken, getWebappToken, ClientCredentials, User, AuthReturnType, AuthScope, ClientId, ClientSecret };
declare const CLayerAuth: {

@@ -13,0 +13,0 @@ authorizeWebapp: import("./webapp").Webapp;

{
"name": "@commercelayer/js-auth",
"version": "2.2.2",
"version": "2.2.3",
"description": "Commerce Layer Javascript Auth",

@@ -5,0 +5,0 @@ "repository": {

Sorry, the diff of this file is not supported yet

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