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.1 to 1.5.2

2

dist/common/index.d.ts

@@ -45,4 +45,4 @@ export declare const TipoSolicitacao: {

Backend: string;
IndexedDb: string;
IndexedDB: string;
description(val: string): "enum not found" | "Backend" | "IndexedDB";
};

@@ -126,3 +126,3 @@ "use strict";

Backend: '0',
IndexedDb: '1',
IndexedDB: '1',
description(val) {

@@ -132,3 +132,3 @@ switch (val) {

return 'Backend';
case this.IndexedDb:
case this.IndexedDB:
return 'IndexedDB';

@@ -135,0 +135,0 @@ default:

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