@mui/x-license
Advanced tools
Comparing version 7.15.0 to 7.16.0
@@ -1,5 +0,5 @@ | ||
import { md5 } from '../encoding/md5'; | ||
import { base64Encode } from '../encoding/base64'; | ||
import { LICENSE_SCOPES } from '../utils/licenseScope'; | ||
import { LICENSING_MODELS } from '../utils/licensingModel'; | ||
import { md5 } from "../encoding/md5.js"; | ||
import { base64Encode } from "../encoding/base64.js"; | ||
import { LICENSE_SCOPES } from "../utils/licenseScope.js"; | ||
import { LICENSING_MODELS } from "../utils/licensingModel.js"; | ||
const licenseVersion = '2'; | ||
@@ -6,0 +6,0 @@ function getClearLicenseString(details) { |
@@ -1,1 +0,1 @@ | ||
export * from './generateLicense'; | ||
export * from "./generateLicense.js"; |
14
index.js
/** | ||
* @mui/x-license v7.15.0 | ||
* @mui/x-license v7.16.0 | ||
* | ||
@@ -8,7 +8,7 @@ * @license MUI X Commercial | ||
*/ | ||
export * from './generateLicense'; | ||
export * from './utils'; | ||
export * from './verifyLicense'; | ||
export * from './useLicenseVerifier'; | ||
export * from './Watermark'; | ||
export * from './Unstable_LicenseInfoProvider'; | ||
export * from "./generateLicense/index.js"; | ||
export * from "./utils/index.js"; | ||
export * from "./verifyLicense/index.js"; | ||
export * from "./useLicenseVerifier/index.js"; | ||
export * from "./Watermark/index.js"; | ||
export * from "./Unstable_LicenseInfoProvider/index.js"; |
@@ -1,5 +0,5 @@ | ||
import { md5 } from '../encoding/md5'; | ||
import { base64Encode } from '../encoding/base64'; | ||
import { LICENSE_SCOPES } from '../utils/licenseScope'; | ||
import { LICENSING_MODELS } from '../utils/licensingModel'; | ||
import { md5 } from "../encoding/md5.js"; | ||
import { base64Encode } from "../encoding/base64.js"; | ||
import { LICENSE_SCOPES } from "../utils/licenseScope.js"; | ||
import { LICENSING_MODELS } from "../utils/licensingModel.js"; | ||
const licenseVersion = '2'; | ||
@@ -6,0 +6,0 @@ function getClearLicenseString(details) { |
@@ -1,1 +0,1 @@ | ||
export * from './generateLicense'; | ||
export * from "./generateLicense.js"; |
/** | ||
* @mui/x-license v7.15.0 | ||
* @mui/x-license v7.16.0 | ||
* | ||
@@ -8,7 +8,7 @@ * @license MUI X Commercial | ||
*/ | ||
export * from './generateLicense'; | ||
export * from './utils'; | ||
export * from './verifyLicense'; | ||
export * from './useLicenseVerifier'; | ||
export * from './Watermark'; | ||
export * from './Unstable_LicenseInfoProvider'; | ||
export * from "./generateLicense/index.js"; | ||
export * from "./utils/index.js"; | ||
export * from "./verifyLicense/index.js"; | ||
export * from "./useLicenseVerifier/index.js"; | ||
export * from "./Watermark/index.js"; | ||
export * from "./Unstable_LicenseInfoProvider/index.js"; |
@@ -1,1 +0,1 @@ | ||
export { LicenseInfoProvider as Unstable_LicenseInfoProvider } from './LicenseInfoProvider'; | ||
export { LicenseInfoProvider as Unstable_LicenseInfoProvider } from "./LicenseInfoProvider.js"; |
import * as React from 'react'; | ||
import MuiLicenseInfoContext from './MuiLicenseInfoContext'; | ||
import MuiLicenseInfoContext from "./MuiLicenseInfoContext.js"; | ||
@@ -4,0 +4,0 @@ /** |
@@ -1,1 +0,1 @@ | ||
export { useLicenseVerifier } from './useLicenseVerifier'; | ||
export { useLicenseVerifier } from "./useLicenseVerifier.js"; |
import _extends from "@babel/runtime/helpers/esm/extends"; | ||
import * as React from 'react'; | ||
import { verifyLicense } from '../verifyLicense/verifyLicense'; | ||
import { LicenseInfo } from '../utils/licenseInfo'; | ||
import { showExpiredAnnualGraceLicenseKeyError, showExpiredAnnualLicenseKeyError, showInvalidLicenseKeyError, showMissingLicenseKeyError, showLicenseKeyPlanMismatchError, showExpiredPackageVersionError, showNotAvailableInInitialProPlanError } from '../utils/licenseErrorMessageUtils'; | ||
import { LICENSE_STATUS } from '../utils/licenseStatus'; | ||
import MuiLicenseInfoContext from '../Unstable_LicenseInfoProvider/MuiLicenseInfoContext'; | ||
import { verifyLicense } from "../verifyLicense/verifyLicense.js"; | ||
import { LicenseInfo } from "../utils/licenseInfo.js"; | ||
import { showExpiredAnnualGraceLicenseKeyError, showExpiredAnnualLicenseKeyError, showInvalidLicenseKeyError, showMissingLicenseKeyError, showLicenseKeyPlanMismatchError, showExpiredPackageVersionError, showNotAvailableInInitialProPlanError } from "../utils/licenseErrorMessageUtils.js"; | ||
import { LICENSE_STATUS } from "../utils/licenseStatus.js"; | ||
import MuiLicenseInfoContext from "../Unstable_LicenseInfoProvider/MuiLicenseInfoContext.js"; | ||
export const sharedLicenseStatuses = {}; | ||
@@ -9,0 +9,0 @@ export function useLicenseVerifier(packageName, releaseInfo) { |
@@ -1,4 +0,4 @@ | ||
export * from './licenseErrorMessageUtils'; | ||
export * from './licenseInfo'; | ||
export * from './licenseStatus'; | ||
export * from "./licenseErrorMessageUtils.js"; | ||
export * from "./licenseInfo.js"; | ||
export * from "./licenseStatus.js"; | ||
export {}; |
@@ -1,1 +0,1 @@ | ||
export * from './verifyLicense'; | ||
export * from "./verifyLicense.js"; |
@@ -1,6 +0,6 @@ | ||
import { base64Decode, base64Encode } from '../encoding/base64'; | ||
import { md5 } from '../encoding/md5'; | ||
import { LICENSE_STATUS } from '../utils/licenseStatus'; | ||
import { LICENSE_SCOPES } from '../utils/licenseScope'; | ||
import { LICENSING_MODELS } from '../utils/licensingModel'; | ||
import { base64Decode, base64Encode } from "../encoding/base64.js"; | ||
import { md5 } from "../encoding/md5.js"; | ||
import { LICENSE_STATUS } from "../utils/licenseStatus.js"; | ||
import { LICENSE_SCOPES } from "../utils/licenseScope.js"; | ||
import { LICENSING_MODELS } from "../utils/licensingModel.js"; | ||
const getDefaultReleaseDate = () => { | ||
@@ -7,0 +7,0 @@ const today = new Date(); |
@@ -1,1 +0,1 @@ | ||
export * from './Watermark'; | ||
export * from "./Watermark.js"; |
import * as React from 'react'; | ||
import { useLicenseVerifier } from '../useLicenseVerifier'; | ||
import { LICENSE_STATUS } from '../utils/licenseStatus'; | ||
import { useLicenseVerifier } from "../useLicenseVerifier/index.js"; | ||
import { LICENSE_STATUS } from "../utils/licenseStatus.js"; | ||
import { jsx as _jsx } from "react/jsx-runtime"; | ||
@@ -5,0 +5,0 @@ function getLicenseErrorMessage(licenseStatus) { |
/** | ||
* @mui/x-license v7.15.0 | ||
* @mui/x-license v7.16.0 | ||
* | ||
@@ -4,0 +4,0 @@ * @license MUI X Commercial |
"use strict"; | ||
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); | ||
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default; | ||
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default; | ||
Object.defineProperty(exports, "__esModule", { | ||
@@ -11,4 +12,2 @@ value: true | ||
var _jsxRuntime = require("react/jsx-runtime"); | ||
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); } | ||
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; } | ||
/** | ||
@@ -15,0 +14,0 @@ * @ignore - do not document. |
"use strict"; | ||
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default; | ||
Object.defineProperty(exports, "__esModule", { | ||
@@ -8,4 +9,2 @@ value: true | ||
var React = _interopRequireWildcard(require("react")); | ||
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); } | ||
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; } | ||
const MuiLicenseInfoContext = /*#__PURE__*/React.createContext({ | ||
@@ -12,0 +11,0 @@ key: undefined |
"use strict"; | ||
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); | ||
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default; | ||
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default; | ||
Object.defineProperty(exports, "__esModule", { | ||
@@ -16,4 +17,2 @@ value: true | ||
var _MuiLicenseInfoContext = _interopRequireDefault(require("../Unstable_LicenseInfoProvider/MuiLicenseInfoContext")); | ||
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); } | ||
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; } | ||
const sharedLicenseStatuses = exports.sharedLicenseStatuses = {}; | ||
@@ -20,0 +19,0 @@ function useLicenseVerifier(packageName, releaseInfo) { |
"use strict"; | ||
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default; | ||
Object.defineProperty(exports, "__esModule", { | ||
@@ -11,4 +12,2 @@ value: true | ||
var _jsxRuntime = require("react/jsx-runtime"); | ||
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); } | ||
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; } | ||
function getLicenseErrorMessage(licenseStatus) { | ||
@@ -15,0 +14,0 @@ switch (licenseStatus) { |
{ | ||
"name": "@mui/x-license", | ||
"version": "7.15.0", | ||
"version": "7.16.0", | ||
"description": "MUI X License verification", | ||
@@ -27,3 +27,3 @@ "author": "MUI Team", | ||
"dependencies": { | ||
"@babel/runtime": "^7.25.4", | ||
"@babel/runtime": "^7.25.6", | ||
"@mui/utils": "^5.16.6" | ||
@@ -30,0 +30,0 @@ }, |
@@ -1,1 +0,1 @@ | ||
export { LicenseInfoProvider as Unstable_LicenseInfoProvider } from './LicenseInfoProvider'; | ||
export { LicenseInfoProvider as Unstable_LicenseInfoProvider } from "./LicenseInfoProvider.js"; |
import * as React from 'react'; | ||
import MuiLicenseInfoContext from './MuiLicenseInfoContext'; | ||
import MuiLicenseInfoContext from "./MuiLicenseInfoContext.js"; | ||
@@ -4,0 +4,0 @@ /** |
@@ -1,1 +0,1 @@ | ||
export { useLicenseVerifier } from './useLicenseVerifier'; | ||
export { useLicenseVerifier } from "./useLicenseVerifier.js"; |
import _extends from "@babel/runtime/helpers/esm/extends"; | ||
import * as React from 'react'; | ||
import { verifyLicense } from '../verifyLicense/verifyLicense'; | ||
import { LicenseInfo } from '../utils/licenseInfo'; | ||
import { showExpiredAnnualGraceLicenseKeyError, showExpiredAnnualLicenseKeyError, showInvalidLicenseKeyError, showMissingLicenseKeyError, showLicenseKeyPlanMismatchError, showExpiredPackageVersionError, showNotAvailableInInitialProPlanError } from '../utils/licenseErrorMessageUtils'; | ||
import { LICENSE_STATUS } from '../utils/licenseStatus'; | ||
import MuiLicenseInfoContext from '../Unstable_LicenseInfoProvider/MuiLicenseInfoContext'; | ||
import { verifyLicense } from "../verifyLicense/verifyLicense.js"; | ||
import { LicenseInfo } from "../utils/licenseInfo.js"; | ||
import { showExpiredAnnualGraceLicenseKeyError, showExpiredAnnualLicenseKeyError, showInvalidLicenseKeyError, showMissingLicenseKeyError, showLicenseKeyPlanMismatchError, showExpiredPackageVersionError, showNotAvailableInInitialProPlanError } from "../utils/licenseErrorMessageUtils.js"; | ||
import { LICENSE_STATUS } from "../utils/licenseStatus.js"; | ||
import MuiLicenseInfoContext from "../Unstable_LicenseInfoProvider/MuiLicenseInfoContext.js"; | ||
export const sharedLicenseStatuses = {}; | ||
@@ -9,0 +9,0 @@ export function useLicenseVerifier(packageName, releaseInfo) { |
@@ -1,4 +0,4 @@ | ||
export * from './licenseErrorMessageUtils'; | ||
export * from './licenseInfo'; | ||
export * from './licenseStatus'; | ||
export * from "./licenseErrorMessageUtils.js"; | ||
export * from "./licenseInfo.js"; | ||
export * from "./licenseStatus.js"; | ||
export {}; |
@@ -1,1 +0,1 @@ | ||
export * from './verifyLicense'; | ||
export * from "./verifyLicense.js"; |
@@ -1,6 +0,6 @@ | ||
import { base64Decode, base64Encode } from '../encoding/base64'; | ||
import { md5 } from '../encoding/md5'; | ||
import { LICENSE_STATUS } from '../utils/licenseStatus'; | ||
import { LICENSE_SCOPES } from '../utils/licenseScope'; | ||
import { LICENSING_MODELS } from '../utils/licensingModel'; | ||
import { base64Decode, base64Encode } from "../encoding/base64.js"; | ||
import { md5 } from "../encoding/md5.js"; | ||
import { LICENSE_STATUS } from "../utils/licenseStatus.js"; | ||
import { LICENSE_SCOPES } from "../utils/licenseScope.js"; | ||
import { LICENSING_MODELS } from "../utils/licensingModel.js"; | ||
const getDefaultReleaseDate = () => { | ||
@@ -7,0 +7,0 @@ const today = new Date(); |
@@ -1,1 +0,1 @@ | ||
export * from './Watermark'; | ||
export * from "./Watermark.js"; |
import * as React from 'react'; | ||
import { useLicenseVerifier } from '../useLicenseVerifier'; | ||
import { LICENSE_STATUS } from '../utils/licenseStatus'; | ||
import { useLicenseVerifier } from "../useLicenseVerifier/index.js"; | ||
import { LICENSE_STATUS } from "../utils/licenseStatus.js"; | ||
import { jsx as _jsx } from "react/jsx-runtime"; | ||
@@ -5,0 +5,0 @@ function getLicenseErrorMessage(licenseStatus) { |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
275678
0
1994
Updated@babel/runtime@^7.25.6