Socket
Socket
Sign inDemoInstall

la-ts-library

Package Overview
Dependencies
2
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.23 to 1.0.24

8

dist/services/essentials.service.d.ts

@@ -5,5 +5,2 @@ import { Environment } from "../models/environment.model";

export declare class EslClass<U, AR, ER> {
evt?: Environment<U, AR, ER>;
appRoute?: AR;
epRoute?: ER;
arrS: ArrayClass;

@@ -99,3 +96,6 @@ vm: {

showBC: boolean;
constructor(evt?: Environment<U, AR, ER>, appRoute?: AR, epRoute?: ER);
evt?: Environment<U, AR, ER>;
appRoute?: AR;
epRoute?: ER;
constructor();
get currency(): string;

@@ -102,0 +102,0 @@ isMobile: () => boolean;

import { configValdMessages } from "../configs/validation-messages.config";
import { Config as config } from "../configs/index.config";
export class EslClass {
constructor(evt, appRoute, epRoute) {
this.evt = evt;
this.appRoute = appRoute;
this.epRoute = epRoute;
constructor() {
this.vm = configValdMessages;

@@ -9,0 +6,0 @@ this.showBC = true;

{
"name": "la-ts-library",
"version": "1.0.23",
"version": "1.0.24",
"description": "From the ground up",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc