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-4912999639 to 4.0.0-4926331085

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;

{
"name": "@alfresco/aca-preview",
"version": "4.0.0-4912999639",
"version": "4.0.0-4926331085",
"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

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