Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@polymer/iron-form-element-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-form-element-behavior - npm Package Compare versions

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

.github/ISSUE_TEMPLATE.md

6

package.json
{
"name": "@polymer/iron-form-element-behavior",
"flat": true,
"version": "1.0.6-pre.3",
"version": "3.0.0-pre.1",
"description": "Enables a custom element to be included in an iron-form",

@@ -19,7 +19,7 @@ "contributors": [

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

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

<!---
This README is automatically generated from the comments in these files:
iron-form-element-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-form-element-behavior.svg?branch=master)](https://travis-ci.org/PolymerElements/iron-form-element-behavior)

@@ -20,7 +6,10 @@

##Polymer.IronFormElementBehavior
## Polymer.IronFormElementBehavior
Polymer.IronFormElementBehavior enables a custom element to be included
in an `iron-form`.
Polymer.IronFormElementBehavior enables a custom element to be included
in an `iron-form`.
### Changes in 2.0
If your form element is used with Polymer 2.0, it doesn't need to implement `Polymer.IronFormElementBehavior` as `iron-form#2.0.0` won't rely on it.
The events `iron-form-element-register` and `iron-form-element-unregister` are not fired on Polymer 2.0.
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