Socket
Socket
Sign inDemoInstall

@polymer/paper-menu-button

Package Overview
Dependencies
13
Maintainers
11
Versions
33
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0-pre.23 to 3.0.0-pre.24

4

package.json

@@ -30,3 +30,3 @@ {

"@webcomponents/webcomponentsjs": "^2.0.0",
"@polymer/gen-typescript-declarations": "^1.5.0"
"@polymer/gen-typescript-declarations": "^1.5.1"
},

@@ -38,3 +38,3 @@ "scripts": {

},
"version": "3.0.0-pre.23",
"version": "3.0.0-pre.24",
"main": "paper-menu-button.js",

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

@@ -21,2 +21,4 @@ /**

export {PaperMenuGrowHeightAnimationElement};
declare global {

@@ -36,2 +38,4 @@

export {PaperMenuGrowWidthAnimationElement};
interface PaperMenuShrinkWidthAnimationElement extends NeonAnimationBehavior, LegacyElementMixin, HTMLElement {

@@ -41,4 +45,8 @@ configure(config: any): any;

export {PaperMenuShrinkWidthAnimationElement};
interface PaperMenuShrinkHeightAnimationElement extends NeonAnimationBehavior, LegacyElementMixin, HTMLElement {
configure(config: any): any;
}
export {PaperMenuShrinkHeightAnimationElement};
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc