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.10 to 0.0.11

9

index.ts
import { IXiaobaiWorldMessageData, IWindow } from './types'
import * as appPackage from './../../package.json';
/*
* because this module inside node_modules,
* so used relative path can visit package.json of xiaobai-app instance,
* will be bring typescript error, but on real enviorment no problem
*/
// @ts-ignore: Unreachable code error
import * as appPackage from './../../../package.json';
export type {

@@ -6,0 +13,0 @@ IXiaobaiWorldMessageData,

2

package.json
{
"name": "@xiaobai-world/api",
"version": "0.0.10",
"version": "0.0.11",
"description": "xiaobai world api",

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

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