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

@xiaobai-world/api

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xiaobai-world/api - npm Package Compare versions

Comparing version 0.0.11 to 0.0.13

2

index.ts

@@ -33,3 +33,3 @@ import { IXiaobaiWorldMessageData, IWindow } from './types'

const node = document.querySelector(id);
const appName = appPackage.appName ? appPackage.appName : appPackage.name;
const appName = appPackage.name;
if (node && node.getAttribute('app-name') === appName) {

@@ -36,0 +36,0 @@ render(id)

{
"name": "@xiaobai-world/api",
"version": "0.0.11",
"version": "0.0.13",
"description": "xiaobai world api",

@@ -5,0 +5,0 @@ "main": "index.ts",

@@ -31,3 +31,3 @@

*/
appName: string;
name: string;
title: string,

@@ -34,0 +34,0 @@ x: number

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