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

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

Comparing version 3.0.0-pre.6 to 3.0.0-pre.7

.github/CODEOWNERS

17

iron-range-behavior.js
import '../polymer/polymer.js';
/**
* `iron-range-behavior` provides the behavior for something with a minimum to maximum range.
*
* @demo demo/index.html
* @polymerBehavior
*/
/**
@license
Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
Code distributed by Google as part of the polymer project is also
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
*/
Polymer.IronRangeBehavior = {
export const IronRangeBehavior = {

@@ -20,0 +5,0 @@ properties: {

{
"name": "@polymer/iron-range-behavior",
"flat": true,
"version": "3.0.0-pre.6",
"version": "3.0.0-pre.7",
"description": "Provides a behavior for something with a minimum and maximum value",

@@ -19,6 +19,6 @@ "contributors": "The Polymer Authors",

"dependencies": {
"@polymer/polymer": "^3.0.0-pre.6"
"@polymer/polymer": "^3.0.0-pre.7"
},
"devDependencies": {
"@polymer/iron-component-page": "^3.0.0-pre.6",
"@polymer/iron-component-page": "^3.0.0-pre.7",
"wct-browser-legacy": "0.0.1-pre.11",

@@ -25,0 +25,0 @@ "@webcomponents/webcomponentsjs": "^1.0.0"

@@ -1,2 +0,3 @@

import '../iron-range-behavior.js';
import { IronRangeBehavior } from '../iron-range-behavior.js';
import { Polymer } from '../../polymer/lib/legacy/polymer-fn.js';
/**

@@ -14,3 +15,3 @@ @license

behaviors: [Polymer.IronRangeBehavior]
behaviors: [IronRangeBehavior]
});

Sorry, the diff of this file is not supported yet

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