New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@alfresco/aca-preview

Package Overview
Dependencies
Maintainers
1
Versions
205
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alfresco/aca-preview - npm Package Compare versions

Comparing version 4.0.0 to 4.1.0-5382245518

12

lib/components/preview.component.d.ts

@@ -26,10 +26,8 @@ /*!

import { Location } from '@angular/common';
import { ActivatedRoute, Router } from '@angular/router';
import { ActivatedRoute } from '@angular/router';
import { UserPreferencesService } from '@alfresco/adf-core';
import { Store } from '@ngrx/store';
import { AppStore } from '@alfresco/aca-shared/store';
import { PageComponent, AppExtensionService, AppHookService, ContentApiService, DocumentBasePageService } from '@alfresco/aca-shared';
import { PageComponent, AppHookService, ContentApiService } from '@alfresco/aca-shared';
import { ContentActionRef, ViewerExtensionRef } from '@alfresco/adf-extensions';
import { Actions } from '@ngrx/effects';
import { NodesApiService, UploadService } from '@alfresco/adf-content-services';
import { NodesApiService } from '@alfresco/adf-content-services';
import * as i0 from "@angular/core";

@@ -40,5 +38,3 @@ export declare class PreviewComponent extends PageComponent implements OnInit, OnDestroy {

private route;
private router;
private nodesApiService;
private uploadService;
private actions$;

@@ -63,3 +59,3 @@ private location;

private containersSkipNavigation;
constructor(contentApi: ContentApiService, preferences: UserPreferencesService, route: ActivatedRoute, router: Router, nodesApiService: NodesApiService, uploadService: UploadService, actions$: Actions, location: Location, store: Store<AppStore>, extensions: AppExtensionService, content: DocumentBasePageService, appHookService: AppHookService);
constructor(contentApi: ContentApiService, preferences: UserPreferencesService, route: ActivatedRoute, nodesApiService: NodesApiService, actions$: Actions, location: Location, appHookService: AppHookService);
ngOnInit(): void;

@@ -66,0 +62,0 @@ ngOnDestroy(): void;

@@ -11,4 +11,4 @@ import * as i0 from "@angular/core";

static ɵfac: i0.ɵɵFactoryDeclaration<PreviewModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<PreviewModule, [typeof i1.PreviewComponent], [typeof i2.CommonModule, typeof i3.RouterModule, typeof i4.CoreModule, typeof i5.ExtensionsModule, typeof i6.ContentModule, typeof i6.ContentDirectiveModule, typeof i7.SharedDirectivesModule, typeof i6.ContentDirectiveModule, typeof i7.SharedInfoDrawerModule, typeof i7.SharedToolbarModule], [typeof i1.PreviewComponent]>;
static ɵmod: i0.ɵɵNgModuleDeclaration<PreviewModule, [typeof i1.PreviewComponent], [typeof i2.CommonModule, typeof i3.RouterModule, typeof i4.CoreModule, typeof i5.ExtensionsModule, typeof i6.ContentModule, typeof i6.ContentDirectiveModule, typeof i7.SharedDirectivesModule, typeof i6.ContentDirectiveModule, typeof i7.SharedToolbarModule, typeof i7.InfoDrawerComponent], [typeof i1.PreviewComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<PreviewModule>;
}
{
"name": "@alfresco/aca-preview",
"version": "4.0.0",
"version": "4.1.0-5382245518",
"license": "LGPL-3.0",

@@ -5,0 +5,0 @@ "peerDependencies": {

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

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