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.16 to 3.0.0-pre.17

4

demo/src/x-app.js

@@ -15,2 +15,4 @@ /**

Polymer({
importMeta: import.meta,
_template: html`

@@ -58,2 +60,4 @@ <style>

Polymer({
importMeta: import.meta,
_template: html`

@@ -60,0 +64,0 @@ <style>

4

package.json

@@ -19,3 +19,3 @@ {

"webmat": "^0.2.0",
"@polymer/iron-component-page": "^3.0.0-pre.16",
"@polymer/iron-component-page": "^3.0.0-pre.17",
"wct-browser-legacy": "^0.0.1-pre.11",

@@ -28,3 +28,3 @@ "@webcomponents/webcomponentsjs": "^2.0.0-beta.2"

},
"version": "3.0.0-pre.16",
"version": "3.0.0-pre.17",
"resolutions": {

@@ -31,0 +31,0 @@ "inherits": "2.0.3",

@@ -17,7 +17,5 @@ /**

Polymer$0({
importMeta: import.meta,
is: 'x-resizer-parent-filtered',
active: null,
behaviors: [IronResizableBehavior],

@@ -28,5 +26,6 @@

}
});
Polymer$0({
importMeta: import.meta,
_template: html`

@@ -41,2 +40,4 @@ <div>

Polymer$0({
importMeta: import.meta,
_template: html`

@@ -83,2 +84,4 @@ <!-- Normal resizable parent with child resizables -->

Polymer$0({
importMeta: import.meta,
_template: html`

@@ -94,2 +97,4 @@ <div></div>

Polymer$0({
importMeta: import.meta,
_template: html`

@@ -96,0 +101,0 @@ <x-shadow-resizable id="childResizable1"></x-shadow-resizable>

@@ -14,7 +14,5 @@ /**

Polymer({
importMeta: import.meta,
is: 'x-resizable',
behaviors: [IronResizableBehavior]
});

@@ -14,7 +14,5 @@ /**

Polymer({
importMeta: import.meta,
is: 'x-resizer-parent',
behaviors: [IronResizableBehavior]
});
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