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

mdz-enum

Package Overview
Dependencies
Maintainers
0
Versions
327
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.5.4 to 1.5.5

3

dist/fiscal/index.d.ts

@@ -234,3 +234,4 @@ export declare const ICMS_CST: {

RegimeNormal: string;
description(val: string): "enum not found" | "Simples Nacional" | "Simples Nacional, excesso sublimite de receita bruta" | "Regime Normal";
MEI: string;
description(val: string): "enum not found" | "Simples Nacional" | "Simples Nacional, excesso sublimite de receita bruta" | "Regime Normal" | "MEI";
};

@@ -237,0 +238,0 @@ export declare const IndicadorIEDestinatario: {

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

RegimeNormal: '3',
MEI: '4',
description(val) {

@@ -700,2 +701,4 @@ switch (val) {

return 'Regime Normal';
case this.MEI:
return 'MEI';
default:

@@ -702,0 +705,0 @@ return 'enum not found';

{
"name": "mdz-enum",
"version": "1.5.4",
"version": "1.5.5",
"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