Socket
Socket
Sign inDemoInstall

@featherds/menu

Package Overview
Dependencies
Maintainers
6
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@featherds/menu - npm Package Compare versions

Comparing version 0.12.26 to 0.12.27

12

package.json
{
"name": "@featherds/menu",
"version": "0.12.26",
"version": "0.12.27",
"publishConfig": {

@@ -12,6 +12,6 @@ "access": "public"

"dependencies": {
"@featherds/composables": "^0.12.26",
"@featherds/ripple": "^0.12.26",
"@featherds/styles": "^0.12.26",
"@featherds/utils": "^0.12.26",
"@featherds/composables": "^0.12.27",
"@featherds/ripple": "^0.12.27",
"@featherds/styles": "^0.12.27",
"@featherds/utils": "^0.12.27",
"vue": "^3.1.0-0"

@@ -24,3 +24,3 @@ },

"types": "./src/index.d.ts",
"gitHead": "a8f0b4f0ea208bc9f4ff5b346c99afb71907902b"
"gitHead": "313e9304b3f3e6d4acae47145892699ed28df811"
}

@@ -88,3 +88,3 @@ import { nextTick } from "vue";

await nextTick();
expect(wrapper.emitted()["trigger-click"].length).toBe(1);
expect(wrapper.emitted()["trigger-click"]!.length).toBe(1);
});

@@ -331,3 +331,2 @@

const width = 100;
const windowWidth = window.innerWidth;
const windowHeight = window.innerHeight;

@@ -334,0 +333,0 @@ vi.spyOn(

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