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

@ng-web-apis/resize-observer

Package Overview
Dependencies
Maintainers
4
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ng-web-apis/resize-observer - npm Package Compare versions

Comparing version 4.1.3 to 4.2.0

4

package.json
{
"name": "@ng-web-apis/resize-observer",
"version": "4.1.3",
"version": "4.2.0",
"description": "A library for declarative use of Resize Observer API with Angular",

@@ -25,3 +25,3 @@ "keywords": [

"@angular/core": ">=16.0.0",
"@ng-web-apis/common": ">=4.1.2"
"@ng-web-apis/common": ">=4.1.3"
},

@@ -28,0 +28,0 @@ "module": "fesm2022/ng-web-apis-resize-observer.mjs",

import { InjectionToken } from '@angular/core';
export declare const WA_RESIZE_OPTION_BOX_DEFAULT = "content-box";
/**
* @deprecated: drop in v5.0, use {@link WA_RESIZE_OPTION_BOX_DEFAULT}
*/
export declare const RESIZE_OPTION_BOX_DEFAULT = "content-box";
export declare const WA_RESIZE_OPTION_BOX: InjectionToken<ResizeObserverBoxOptions>;
/**
* @deprecated: drop in v5.0, use {@link WA_RESIZE_OPTION_BOX}
*/
export declare const RESIZE_OPTION_BOX: InjectionToken<ResizeObserverBoxOptions>;
import { InjectionToken } from '@angular/core';
export declare const WA_RESIZE_OBSERVER_SUPPORT: InjectionToken<boolean>;
/**
* @deprecated: drop in v5.0, use {@link WA_RESIZE_OBSERVER_SUPPORT}
*/
export declare const RESIZE_OBSERVER_SUPPORT: InjectionToken<boolean>;

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