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

vrchat-client-updated

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

vrchat-client-updated - npm Package Compare versions

Comparing version 0.2.4 to 0.2.5

2

dist/modules/notification.js

@@ -15,3 +15,3 @@ "use strict";

friendRequest: async (targetUser) => {
return await this.sendNotification('friendRequest', targetUser);
return await this.sendNotification('friendrequest', targetUser);
},

@@ -18,0 +18,0 @@ invite: async (targetUser, worldId, message = '') => {

import { DateTimeString, NotificationId, UserId, WorldId } from './common';
export declare type NotificationType = 'all' | 'message' | 'friendRequest' | 'invite' | 'votetokick' | 'halp' | 'hidden';
export declare type NotificationType = 'all' | 'message' | 'friendrequest' | 'invite' | 'votetokick' | 'halp' | 'hidden';
export interface Details {

@@ -4,0 +4,0 @@ invite: WorldId;

@@ -71,3 +71,3 @@ import { AvatarId, DateTimeString, InstanceId, SearchRequest, UserId, WorldId } from './common';

export interface FriendRequestResponse extends NotificationInfo {
type: 'friendRequest';
type: 'friendrequest';
}

@@ -74,0 +74,0 @@ export interface UserResponse {

{
"name": "vrchat-client-updated",
"version": "0.2.4",
"version": "0.2.5",
"description": "Unofficial VRChat API Client for Node.js. Updated by Kakious with updated API information and axios version",
"main": "dist/main.js",
"repository": "https://github.com/LinaTsukusu/vrchat-client.git",
"repository": "https://github.com/kakious/vrchat-client.git",
"author": "LinaTsukusu/Kakious",

@@ -8,0 +8,0 @@ "license": "MIT",

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