New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@prestashopcorp/billing-cdc

Package Overview
Dependencies
Maintainers
6
Versions
348
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@prestashopcorp/billing-cdc - npm Package Compare versions

Comparing version 0.0.52-prestabulle1 to 0.0.53-prestabulle1

4

dist/@types/context/ContextRoot.d.ts

@@ -34,3 +34,3 @@ import { IAddress } from '../Address';

}
export declare const isContextAuthenticationAccessToken: (value: IContextAuthenticationAccessToken) => value is IContextAuthenticationAccessToken;
export declare const isContextAuthenticationAccessToken: (value: IContextAuthentication | unknown) => value is IContextAuthenticationAccessToken;
export interface IContextAuthenticationRefreshToken extends IContextAuthentication {

@@ -40,3 +40,3 @@ accessToken?: never;

}
export declare const isContextAuthenticationRefreshToken: (value: IContextAuthenticationRefreshToken) => value is IContextAuthenticationRefreshToken;
export declare const isContextAuthenticationRefreshToken: (value: IContextAuthentication | unknown) => value is IContextAuthenticationRefreshToken;
export interface IContextBase<T extends IContextAuthentication> {

@@ -43,0 +43,0 @@ contextType: ContextType;

{
"name": "@prestashopcorp/billing-cdc",
"version": "0.0.52-prestabulle1",
"version": "0.0.53-prestabulle1",
"description": "Cross domain component for the billing UI app",

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

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