Socket
Socket
Sign inDemoInstall

@polymer/iron-resizable-behavior

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@polymer/iron-resizable-behavior - npm Package Compare versions

Comparing version 3.0.0-pre.8 to 3.0.0-pre.10

24

iron-resizable-behavior.d.ts

@@ -42,5 +42,5 @@ /**

_notifyingDescendant: boolean|null|undefined;
created(): any;
attached(): any;
detached(): any;
created(): void;
attached(): void;
detached(): void;

@@ -51,3 +51,3 @@ /**

*/
notifyResize(): any;
notifyResize(): void;

@@ -58,3 +58,3 @@ /**

*/
assignParentResizable(parentResizable: any): any;
assignParentResizable(parentResizable: any): void;

@@ -65,3 +65,3 @@ /**

*/
stopResizeNotificationsFor(target: any): any;
stopResizeNotificationsFor(target: any): void;

@@ -78,8 +78,8 @@ /**

resizerShouldNotify(element: HTMLElement|null): boolean;
_onDescendantIronResize(event: any): any;
_fireResize(): any;
_onIronRequestResizeNotifications(event: any): any;
_parentResizableChanged(parentResizable: any): any;
_notifyDescendant(descendant: any): any;
_requestResizeNotifications(): any;
_onDescendantIronResize(event: any): void;
_fireResize(): void;
_onIronRequestResizeNotifications(event: any): void;
_parentResizableChanged(parentResizable: any): void;
_notifyDescendant(descendant: any): void;
_requestResizeNotifications(): void;
}

@@ -86,0 +86,0 @@

{
"name": "@polymer/iron-resizable-behavior",
"flat": true,
"version": "3.0.0-pre.8",
"version": "3.0.0-pre.10",
"description": "Coordinates the flow of resizeable elements",

@@ -22,6 +22,6 @@ "contributors": [

"dependencies": {
"@polymer/polymer": "^3.0.0-pre.7"
"@polymer/polymer": "^3.0.0-pre.10"
},
"devDependencies": {
"@polymer/iron-component-page": "^3.0.0-pre.7",
"@polymer/iron-component-page": "^3.0.0-pre.10",
"wct-browser-legacy": "0.0.1-pre.11",

@@ -28,0 +28,0 @@ "@webcomponents/webcomponentsjs": "^1.0.0"

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