Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@dcloudio/types

Package Overview
Dependencies
Maintainers
10
Versions
196
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dcloudio/types - npm Package Compare versions

Comparing version 3.4.9 to 3.4.10

82

hbuilder-x/HBuilderX.d.ts

@@ -6,3 +6,3 @@ declare namespace string {

*/
interface AttrString extends String {}
type AttrString = string;

@@ -13,3 +13,3 @@ /**

*/
interface AttrValueString extends String {}
type AttrValueString = string;

@@ -20,3 +20,3 @@ /**

*/
interface ClassString extends String {}
type ClassString = string;

@@ -27,3 +27,3 @@ /**

*/
interface IDString extends String {}
type IDString = string;

@@ -34,3 +34,3 @@ /**

*/
interface HTMLEventString extends String {}
type HTMLEventString = string;

@@ -41,3 +41,3 @@ /**

*/
interface ColorString extends String {}
type ColorString = string;

@@ -48,3 +48,3 @@ /**

*/
interface RequireCommonString extends String {}
type RequireCommonString = string;

@@ -55,3 +55,3 @@ /**

*/
interface VueI18NKeyString extends String {}
type VueI18NKeyString = string;

@@ -62,3 +62,3 @@ /**

*/
interface VueDataString extends String {}
type VueDataString = string;

@@ -69,3 +69,3 @@ /**

*/
interface VueRefString extends String {}
type VueRefString = string;

@@ -76,3 +76,3 @@ /**

*/
interface VuexDispatchString extends String {}
type VuexDispatchString = string;

@@ -83,3 +83,3 @@ /**

*/
interface VuexCommitString extends String {}
type VuexCommitString = string;

@@ -90,3 +90,3 @@ /**

*/
interface PageURIString extends String {}
type PageURIString = string;

@@ -97,3 +97,3 @@ /**

*/
interface NPageURIString extends String {}
type NPageURIString = string;

@@ -104,3 +104,3 @@ /**

*/
interface UPageURIString extends String {}
type UPageURIString = string;

@@ -111,3 +111,3 @@ /**

*/
interface VideoIdString extends String {}
type VideoIdString = string;

@@ -118,3 +118,3 @@ /**

*/
interface WebviewIdString extends String {}
type WebviewIdString = string;

@@ -125,3 +125,3 @@ /**

*/
interface ParentFieldString extends String {}
type ParentFieldString = string;

@@ -132,3 +132,3 @@ /**

*/
interface SchemaFieldString extends String {}
type SchemaFieldString = string;

@@ -139,3 +139,3 @@ /**

*/
interface ValidateFunctionString extends String {}
type ValidateFunctionString = string;

@@ -146,3 +146,3 @@ /**

*/
interface CloudFunctionString extends String {}
type CloudFunctionString = string;

@@ -153,3 +153,3 @@ /**

*/
interface CloudObjectString extends String {}
type CloudObjectString = string;

@@ -160,3 +160,3 @@ /**

*/
interface DBCollectionString extends String {}
type DBCollectionString = string;

@@ -167,3 +167,3 @@ /**

*/
interface DBFieldString extends String {}
type DBFieldString = string;

@@ -174,3 +174,3 @@ /**

*/
interface JQLString extends String {}
type JQLString = string;

@@ -181,3 +181,3 @@ /**

*/
interface cssPropertyString extends String {}
type cssPropertyString = string;

@@ -188,3 +188,3 @@ /**

*/
interface cssPropertyValueString extends String {}
type cssPropertyValueString = string;

@@ -195,3 +195,3 @@ /**

*/
interface cssSelectorString extends String {}
type cssSelectorString = string;

@@ -202,3 +202,3 @@ /**

*/
interface URIString extends String {}
type URIString = string;

@@ -209,3 +209,3 @@ /**

*/
interface CSSURIString extends String {}
type CSSURIString = string;

@@ -216,3 +216,3 @@ /**

*/
interface JSURIString extends String {}
type JSURIString = string;

@@ -223,3 +223,3 @@ /**

*/
interface HTMLURIString extends String {}
type HTMLURIString = string;

@@ -230,3 +230,3 @@ /**

*/
interface MarkdownURIString extends String {}
type MarkdownURIString = string;

@@ -237,3 +237,3 @@ /**

*/
interface ScriptImportURIString extends String {}
type ScriptImportURIString = string;

@@ -244,3 +244,3 @@ /**

*/
interface CssImportURIString extends String {}
type CssImportURIString = string;

@@ -251,3 +251,3 @@ /**

*/
interface ScssImportURIString extends String {}
type ScssImportURIString = string;

@@ -258,3 +258,3 @@ /**

*/
interface LessImportURIString extends String {}
type LessImportURIString = string;

@@ -265,3 +265,3 @@ /**

*/
interface FontURIString extends String {}
type FontURIString = string;

@@ -272,3 +272,3 @@ /**

*/
interface ImageURIString extends String {}
type ImageURIString = string;

@@ -279,3 +279,3 @@ /**

*/
interface AudioURIString extends String {}
type AudioURIString = string;

@@ -286,3 +286,3 @@ /**

*/
interface VideoURIString extends String {}
type VideoURIString = string;
}
{
"name": "@dcloudio/types",
"version": "3.4.9",
"version": "3.4.10",
"description": "uni-app types",

@@ -5,0 +5,0 @@ "typings": "index.d.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