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
6
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 2.0.0 to 2.0.1

2

index.js

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

const prefixedName = `W${name.slice(1)}`;
if (!Object.hasOwn(Vue.options.components, prefixedName)) {
if (!Object.hasOwnProperty.call(Vue.options.components, prefixedName)) {
Vue.component(prefixedName, component);

@@ -84,0 +84,0 @@ }

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

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

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