Socket
Socket
Sign inDemoInstall

@ssv/ngx.ux

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ssv/ngx.ux - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1-dev.33

2

package.json
{
"name": "@ssv/ngx.ux",
"version": "2.1.0",
"version": "2.1.1-dev.33",
"versionSuffix": "",

@@ -5,0 +5,0 @@ "description": "UX essentials for building apps, utilities which enables you writing richer apps easier.",

@@ -297,2 +297,9 @@ [projectUri]: https://github.com/sketch7/ngx.ux

Check out the [release workflow guide][releaseWorkflowWiki] in order to guide you creating a release and publishing it.
Check out the [release workflow guide][releaseWorkflowWiki] in order to guide you creating a release and publishing it.
### Regen Examples
- `ng new examples --skip-install --create-application=false`
- `cd examples`
- `ng g example-app --routing --style=scss`
- `ng lint`
- `ng add @angular/material`

@@ -5,5 +5,5 @@ export * from "./viewport-data/index";

export { UX_VIEWPORT_SSR_DEVICE, ViewportServerSizeService } from "./viewport-server-size.service";
export { ComparisonOperation, DeviceType, UxViewportOptions, ViewportSize, ViewportSizeType, ViewportSizeTypeInfo } from "./viewport.model";
export { ComparisonOperation, ComparisonOperationValueType, ComparisonOperationLiteral, ComparisonOperationKeyType, DeviceType, UxViewportOptions, ViewportSize, ViewportSizeType, ViewportSizeTypeInfo } from "./viewport.model";
export { ViewportService } from "./viewport.service";
export { generateViewportSizeType } from "./viewport.util";
export { UX_VIEWPORT_DEFAULT_BREAKPOINTS } from "./viewport.const";

@@ -24,2 +24,5 @@ import { Dictionary } from "../internal/internal.model";

}
export declare type ComparisonOperationKeyType = keyof typeof ComparisonOperation;
export declare type ComparisonOperationValueType = "=" | "<>" | "<" | "<=" | ">" | ">=";
export declare type ComparisonOperationLiteral = ComparisonOperationKeyType | ComparisonOperationValueType;
export declare enum DeviceType {

@@ -56,3 +59,3 @@ desktop = "desktop",

size: string;
operation: ComparisonOperation;
operation: ComparisonOperationLiteral;
}

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