New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

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

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

.github/ISSUE_TEMPLATE.md

8

package.json
{
"name": "@polymer/iron-validatable-behavior",
"flat": true,
"version": "1.1.1-pre.3",
"version": "3.0.0-pre.1",
"description": "Provides a behavior for an element that validates user input",

@@ -18,9 +18,9 @@ "contributors": "The Polymer Authors",

},
"license": "SEE LICENSE IN http://polymer.github.io/LICENSE.txt",
"license": "http://polymer.github.io/LICENSE.txt",
"homepage": "https://github.com/PolymerElements/iron-validatable-behavior",
"dependencies": {
"@polymer/iron-meta": "preview",
"@polymer/polymer": "preview"
"@polymer/iron-meta": "^3.0.0-pre.1",
"@polymer/polymer": "^3.0.0-pre.1"
},
"devDependencies": {}
}

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

##Polymer.IronValidatableBehavior
## Polymer.IronValidatableBehavior

@@ -38,2 +38,6 @@ `Use Polymer.IronValidatableBehavior` to implement an element that validates user input.

### Changes in 2.0
- `validate()` no longer requires a `value` parameter to be passed, and will use the element's `value` property if it exists
- `validatorType` and `validatorName` were unused and have been removed
### Accessibility

@@ -40,0 +44,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