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

@polymer/paper-checkbox

Package Overview
Dependencies
Maintainers
12
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@polymer/paper-checkbox - npm Package Compare versions

Comparing version 3.0.1 to 3.1.0

2

package.json

@@ -31,3 +31,3 @@ {

},
"version": "3.0.1",
"version": "3.1.0",
"main": "paper-checkbox.js",

@@ -34,0 +34,0 @@ "author": "The Polymer Authors",

@@ -88,2 +88,5 @@ /**

transition: background-color 140ms, border-color 140ms;
-webkit-transition-duration: var(--paper-checkbox-animation-duration, 140ms);
transition-duration: var(--paper-checkbox-animation-duration, 140ms);
}

@@ -95,2 +98,5 @@

animation: checkmark-expand 140ms ease-out forwards;
-webkit-animation-duration: var(--paper-checkbox-animation-duration, 140ms);
animation-duration: var(--paper-checkbox-animation-duration, 140ms);
}

@@ -190,4 +196,4 @@

<div id="checkboxContainer">
<div id="checkbox" class\$="[[_computeCheckboxClass(checked, invalid)]]">
<div id="checkmark" class\$="[[_computeCheckmarkClass(checked)]]"></div>
<div id="checkbox" class$="[[_computeCheckboxClass(checked, invalid)]]">
<div id="checkmark" class$="[[_computeCheckmarkClass(checked)]]"></div>
</div>

@@ -194,0 +200,0 @@ </div>

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