Socket
Socket
Sign inDemoInstall

@polymer/iron-behaviors

Package Overview
Dependencies
2
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0-pre.16 to 3.0.0-pre.17

2

demo/simple-button.js

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

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

@@ -19,0 +21,0 @@ <style>

12

package.json

@@ -13,6 +13,6 @@ {

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

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

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

@@ -37,4 +37,4 @@ "inherits": "2.0.3",

"@polymer/polymer": "^3.0.0-pre.13",
"@polymer/iron-a11y-keys-behavior": "^3.0.0-pre.16"
"@polymer/iron-a11y-keys-behavior": "^3.0.0-pre.17"
}
}

@@ -17,12 +17,9 @@ /**

Polymer({
importMeta: import.meta,
is: 'test-control',
behaviors: [IronControlState]
});
Polymer({
importMeta: import.meta,
is: 'test-button',
behaviors: [IronControlState, IronButtonState],

@@ -33,5 +30,6 @@

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

@@ -45,2 +43,4 @@ <input id="input">

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

@@ -47,0 +47,0 @@ <slot></slot>

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc