Socket
Socket
Sign inDemoInstall

@polymer/iron-overlay-behavior

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.10.2-pre.3 to 3.0.0-pre.1

.github/ISSUE_TEMPLATE.md

12

package.json
{
"name": "@polymer/iron-overlay-behavior",
"flat": true,
"version": "1.10.2-pre.3",
"version": "3.0.0-pre.1",
"description": "Provides a behavior for making an element an overlay",

@@ -20,10 +20,10 @@ "contributors": [

},
"license": "SEE LICENSE IN http://polymer.github.io/LICENSE.txt",
"license": "http://polymer.github.io/LICENSE.txt",
"dependencies": {
"@polymer/iron-a11y-keys-behavior": "preview",
"@polymer/iron-fit-behavior": "preview",
"@polymer/iron-resizable-behavior": "preview",
"@polymer/polymer": "preview"
"@polymer/iron-a11y-keys-behavior": "^3.0.0-pre.1",
"@polymer/iron-fit-behavior": "^3.0.0-pre.1",
"@polymer/iron-resizable-behavior": "^3.0.0-pre.1",
"@polymer/polymer": "^3.0.0-pre.1"
},
"devDependencies": {}
}

@@ -1,15 +0,1 @@

<!---
This README is automatically generated from the comments in these files:
iron-overlay-backdrop.html iron-overlay-behavior.html
Edit those files, and our readme bot will duplicate them over here!
Edit this file, and the bot will squash your changes :)
The bot does some handling of markdown. Please file a bug if it does the wrong
thing! https://github.com/PolymerLabs/tedium/issues
-->
[![Build status](https://travis-ci.org/PolymerElements/iron-overlay-behavior.svg?branch=master)](https://travis-ci.org/PolymerElements/iron-overlay-behavior)

@@ -20,3 +6,3 @@

##Polymer.IronOverlayBehavior
## Polymer.IronOverlayBehavior

@@ -30,2 +16,6 @@ Use `Polymer.IronOverlayBehavior` to implement an element that can be hidden or shown, and displays

### Changes in 2.0
- Focus wrapping is not guaranteed to work for elements with `tabindex > 0`, see more details [here](https://github.com/PolymerElements/iron-overlay-behavior/pull/241).
Consider overriding [`_focusableNodes`](http://jsbin.com/siwutox/1/edit) or using the [Blocking Elements polyfill](https://github.com/PolymerLabs/blockingElements).
### Closing and canceling

@@ -62,6 +52,4 @@

## &lt;iron-overlay-backdrop&gt;
##&lt;iron-overlay-backdrop&gt;
`iron-overlay-backdrop` is a backdrop used by `Polymer.IronOverlayBehavior`. It should be a

@@ -68,0 +56,0 @@ singleton.

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc