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

app-drawer

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

app-drawer - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

dist/app-drawer-polyfill.js

3

package.json
{
"name": "app-drawer",
"version": "1.0.0",
"version": "1.0.1",
"description": "Polyfill for the app-drawer Built-in Module",
"main": "dist/app-drawer-polyfill.js",
"module": "dist/app-drawer-polyfill.mjs",
"umd:main": "dist/app-drawer-polyfill.js",
"source": "polyfill/app-drawer.mjs",

@@ -8,0 +9,0 @@ "scripts": {

@@ -17,3 +17,3 @@ # App Drawer

<script type="module">
import '@std/app-drawer';
import 'std:app-drawer';
drawer.addEventListener('close', () => {

@@ -24,4 +24,2 @@ console.log('closed');

</script>
<!-- Future: <script type="module" src="import:@std/app-drawer"></script> -->
```

@@ -35,4 +33,2 @@

(link to existing drawer impls?)
We want to win back the trust of web users by bringing consistency, reliability and performance to drawer UI's.

@@ -53,3 +49,3 @@

<div slot="header">Placed first in the drawer area</div>
<div>Any other children are placed into the drawer (after the header)</div>

@@ -115,3 +111,3 @@ </app-drawer>

Please see [the issue tracker](https://github.com/developit/app-drawer/issues) for open issues on the API surface detailed above.
Please see [the issue tracker](https://github.com/GoogleChromeLabs/app-drawer/issues) for open issues on the API surface detailed above.

@@ -118,0 +114,0 @@ ## Impact

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