Socket
Socket
Sign inDemoInstall

@dile/dile-app-drawer

Package Overview
Dependencies
3
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0-alpha.0 to 2.0.0

4

package.json
{
"name": "@dile/dile-app-drawer",
"version": "2.0.0-alpha.0",
"version": "2.0.0",
"description": "Webcomponent to create a animated menu similar to the material design navigation drawer component",

@@ -35,3 +35,3 @@ "keywords": [

},
"gitHead": "7ec542abf33bd691ce1f0dad1c9c2025fafefb3e"
"gitHead": "6d7c377bd9bfed6e5a82981b906f9049b097eec0"
}

@@ -34,5 +34,3 @@ import { LitElement, html, css } from "lit-element";

overflow: hidden;
transition-property: transform;
transition-duration: 0.3s;
transition-timing-function: ease;
transition: transform 0.3s ease;
align-items: flex-end;

@@ -39,0 +37,0 @@ }

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