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

@hylid/types

Package Overview
Dependencies
Maintainers
0
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hylid/types - npm Package Compare versions

Comparing version 4.0.26 to 4.0.27-alpha.0

18

lib/mp.d.ts

@@ -41,8 +41,3 @@ /// <reference types="miniprogram" />

exitApp(args?: any): void;
getAppToken: (args: {
appName: string;
appKey: string;
} & AsyncCallback<{
appToken: string;
}>) => void;
getAppToken(args?: any): void;
getComponentAuth(args?: any): void;

@@ -268,13 +263,2 @@ getPaymentCode(args?: any): void;

hideBackHome: () => void;
getClientInfo: (args: AsyncCallback<{
'client.version': string;
umidToken?: string;
'os.name': string;
verion: string;
'os.version': string;
'device.id': string;
channelId?: string;
model: string;
device: string;
}>) => void;
}

@@ -281,0 +265,0 @@ export declare type HeadModel = {

2

package.json
{
"name": "@hylid/types",
"version": "4.0.26",
"version": "4.0.27-alpha.0",
"main": "lib/index.js",

@@ -5,0 +5,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