You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@tilde-nlp/ngx-services

Package Overview
Dependencies
Maintainers
5
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tilde-nlp/ngx-services - npm Package Compare versions

Comparing version

to
6.0.29

esm2022/lib/micro-learning/index.mjs

2

lib/configuration/service-configuration.model.d.ts

@@ -7,2 +7,3 @@ import { MtProxyConfiguration } from "../mt-proxy";

import { SpeechApiConfiguration } from "../speech/models/speech-api-configuration.model";
import { MicroLearningConfiguration } from "../micro-learning/models/micro-learning-configuration.model";
/** Tilde api service configuration. Note that authentication should be handled on app level by interceptors. */

@@ -15,3 +16,4 @@ export interface ServiceConfiguration {

speechApi?: SpeechApiConfiguration;
microLearningService?: MicroLearningConfiguration;
sharedConfiguration: SharedServiceConfiguration;
}

@@ -8,1 +8,2 @@ export * from './mt-proxy';

export * from './speech';
export * from './micro-learning';

2

lib/tokens/service-configuration.token.d.ts
import { InjectionToken } from "@angular/core";
import { ServiceConfiguration } from "../configuration/service-configuration.model";
export declare const serviceConfigurationToken: InjectionToken<ServiceConfiguration>;
export declare const SERVICE_CONFIGURATION_TOKEN: InjectionToken<ServiceConfiguration>;
{
"name": "@tilde-nlp/ngx-services",
"version": "6.0.28",
"version": "6.0.29",
"peerDependencies": {

@@ -5,0 +5,0 @@ "@angular/common": "^18.0.0",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet