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

@ngbracket/ngx-layout

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ngbracket/ngx-layout - npm Package Compare versions

Comparing version 17.0.0 to 17.0.1

6

extended/class/class.d.ts

@@ -9,3 +9,3 @@ /**

import { NgClass } from '@angular/common';
import { DoCheck, ElementRef, IterableDiffers, KeyValueDiffers, Renderer2 } from '@angular/core';
import { DoCheck, ElementRef, Renderer2 } from '@angular/core';
import { BaseDirective2, MediaMarshaller, StyleUtils } from '@ngbracket/ngx-layout/core';

@@ -21,3 +21,3 @@ import * as i0 from "@angular/core";

set klass(val: string);
constructor(elementRef: ElementRef, styler: StyleUtils, marshal: MediaMarshaller, iterableDiffers: IterableDiffers, keyValueDiffers: KeyValueDiffers, renderer2: Renderer2, ngClassInstance: NgClass);
constructor(elementRef: ElementRef, styler: StyleUtils, marshal: MediaMarshaller, renderer2: Renderer2, ngClassInstance: NgClass);
protected updateWithValue(value: any): void;

@@ -28,3 +28,3 @@ /**

ngDoCheck(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<ClassDirective, [null, null, null, null, null, null, { optional: true; self: true; }]>;
static ɵfac: i0.ɵɵFactoryDeclaration<ClassDirective, [null, null, null, null, { optional: true; self: true; }]>;
static ɵdir: i0.ɵɵDirectiveDeclaration<ClassDirective, never, never, { "klass": { "alias": "class"; "required": false; }; }, {}, never, never, false, never>;

@@ -31,0 +31,0 @@ }

{
"name": "@ngbracket/ngx-layout",
"version": "17.0.0",
"version": "17.0.1",
"exports": {

@@ -32,2 +32,8 @@ "./mq": {

},
"./extended": {
"types": "./extended/index.d.ts",
"esm2022": "./esm2022/extended/ngbracket-ngx-layout-extended.mjs",
"esm": "./esm2022/extended/ngbracket-ngx-layout-extended.mjs",
"default": "./fesm2022/ngbracket-ngx-layout-extended.mjs"
},
"./flex": {

@@ -45,8 +51,2 @@ "types": "./flex/index.d.ts",

},
"./extended": {
"types": "./extended/index.d.ts",
"esm2022": "./esm2022/extended/ngbracket-ngx-layout-extended.mjs",
"esm": "./esm2022/extended/ngbracket-ngx-layout-extended.mjs",
"default": "./fesm2022/ngbracket-ngx-layout-extended.mjs"
},
"./server": {

@@ -53,0 +53,0 @@ "types": "./server/index.d.ts",

@@ -5,3 +5,4 @@ This entrypoint consolidates the logic for running Flex Layout on the server. Because it uses Node.js

xxxxxxxxxx import {NgModule} from '@angular/core';import {GridModule} from '@ngbracket/ngx-layout/grid';​@NgModule(({  imports: [    ... other imports here    GridModule, ]}))export class AppModule {}typescript
The main export for this entrypoint, the `FlexLayoutServerModule`, can be imported into a server module
file, e.g. `app.server.module.ts` as follows:

@@ -8,0 +9,0 @@ ```typescript

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

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

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

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

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

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

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

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

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