Socket
Socket
Sign inDemoInstall

@mui/x-license-pro

Package Overview
Dependencies
Maintainers
9
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mui/x-license-pro - npm Package Compare versions

Comparing version 6.0.0 to 6.0.1

2

index.js
/**
* @mui/x-license-pro v6.0.0
* @mui/x-license-pro v6.0.1
*

@@ -4,0 +4,0 @@ * @license MUI X Commercial

/**
* @mui/x-license-pro v6.0.0
* @mui/x-license-pro v6.0.1
*

@@ -4,0 +4,0 @@ * @license MUI X Commercial

/**
* @mui/x-license-pro v6.0.0
* @mui/x-license-pro v6.0.1
*

@@ -4,0 +4,0 @@ * @license MUI X Commercial

/**
* @mui/x-license-pro v6.0.0
* @mui/x-license-pro v6.0.1
*

@@ -4,0 +4,0 @@ * @license MUI X Commercial

{
"name": "@mui/x-license-pro",
"version": "6.0.0",
"version": "6.0.1",
"description": "MUI X License verification",

@@ -11,3 +11,3 @@ "author": "MUI Team",

},
"homepage": "https://mui.com/x/introduction/",
"homepage": "https://mui.com/x/introduction/licensing/",
"sideEffects": false,

@@ -14,0 +14,0 @@ "publishConfig": {

export declare const LICENSE_SCOPES: readonly ["pro", "premium"];
export type LicenseScope = typeof LICENSE_SCOPES[number];
export type LicenseScope = (typeof LICENSE_SCOPES)[number];
export declare const LICENSING_MODELS: readonly ["perpetual", "subscription"];
export type LicensingModel = typeof LICENSING_MODELS[number];
export type LicensingModel = (typeof LICENSING_MODELS)[number];

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