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

@withyouwithme/ao

Package Overview
Dependencies
Maintainers
5
Versions
118
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@withyouwithme/ao - npm Package Compare versions

Comparing version 1.1.5 to 1.1.7

components/elements/select-filter/WSelectFilter.vue

5

components/index.js

@@ -9,3 +9,4 @@ export default {

{ name: "WStepper", friendlyName: "Stepper", standalone: true },
{ name: "WProfileAvatar", friendlyName: "ProfileAvatar", standalone: true}
{ name: "WProfileAvatar", friendlyName: "ProfileAvatar", standalone: true},
{ name: "WSelectFilter", friendlyName: "SelectFilter", standalone: true },
],

@@ -22,3 +23,3 @@ patterns: [

{ name: "WPage", friendlyName: "Page", standalone: true },
{ name: "WSidebar", friendlyName: "Sidebar", standalone: true },
{ name: "WSidebar", friendlyName: "Sidebar", standalone: true },
],

@@ -25,0 +26,0 @@ templates: [

4

index.js

@@ -11,2 +11,3 @@ import Bubble from "./directives/bubble";

import WProfileAvatar from "./components/elements/profile-avatar/WProfileAvatar";
import WSelectFilter from "./components/elements/select-filter/WSelectFilter";

@@ -41,2 +42,3 @@ // Patterns

Vue.component("WProfileAvatar", WProfileAvatar);
Vue.component("WSelectFilter", WSelectFilter);

@@ -54,3 +56,3 @@ // Patterns

Vue.component("WSidebar", WSidebar);
// Templates

@@ -57,0 +59,0 @@ }

{
"name": "@withyouwithme/ao",
"productName": "WYWM Ao",
"version": "1.1.5",
"version": "1.1.7",
"main": "index.js",

@@ -6,0 +6,0 @@ "files": [

Sorry, the diff of this file is not supported yet

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