Socket
Socket
Sign inDemoInstall

mdz-enum

Package Overview
Dependencies
Maintainers
0
Versions
323
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mdz-enum - npm Package Compare versions

Comparing version 1.4.7 to 1.4.8

2

dist/marketplace/templates/index.d.ts

@@ -59,2 +59,3 @@ import APPEARANCE_REFERENCE from './reference';

immutable: boolean;
configurable: boolean;
badge: null;

@@ -70,2 +71,3 @@ } | {

immutable: boolean;
configurable: boolean;
badge: {

@@ -72,0 +74,0 @@ color: string;

@@ -65,2 +65,3 @@ /** Referencia da aparencia na pagina inicial */

immutable: boolean;
configurable: boolean;
badge: null;

@@ -76,2 +77,3 @@ } | {

immutable: boolean;
configurable: boolean;
badge: {

@@ -78,0 +80,0 @@ color: string;

@@ -67,2 +67,3 @@ "use strict";

immutable: true,
configurable: true,
badge: null,

@@ -79,3 +80,7 @@ },

immutable: false,
badge: null,
configurable: true,
badge: {
color: 'success',
text: 'Novo',
},
},

@@ -91,2 +96,3 @@ {

immutable: false,
configurable: false,
badge: null,

@@ -103,2 +109,3 @@ },

immutable: false,
configurable: false,
badge: null,

@@ -115,2 +122,3 @@ },

immutable: false,
configurable: false,
badge: {

@@ -130,2 +138,3 @@ color: 'info',

immutable: false,
configurable: false,
badge: {

@@ -145,3 +154,7 @@ color: 'info',

immutable: false,
badge: null,
configurable: true,
badge: {
color: 'success',
text: 'Novo',
},
},

@@ -157,2 +170,3 @@ {

immutable: false,
configurable: true,
badge: {

@@ -172,3 +186,7 @@ color: 'info',

immutable: false,
badge: null,
configurable: true,
badge: {
color: 'success',
text: 'Novo',
},
},

@@ -184,4 +202,23 @@ {

immutable: false,
badge: null,
configurable: true,
badge: {
color: 'success',
text: 'Novo',
},
},
{
id: 11,
name: 'Produtos em destaque',
icon: {
type: 'FaBagShopping',
size: DEFAULT_ICON_SIZE,
},
enabled: true,
immutable: false,
configurable: false,
badge: {
color: 'success',
text: 'Novo',
},
},
],

@@ -188,0 +225,0 @@ };

2

package.json
{
"name": "mdz-enum",
"version": "1.4.7",
"version": "1.4.8",
"description": "Enumerados ModerShop",

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

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