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.11 to 3.4.12

README.md

82

hbuilder-x/HBuilderX.d.ts

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@@ -12,3 +12,3 @@ "typings": "index.d.ts",

"build": "npm run build:wx && npm run build:promisify",
"prepublishOnly": "npm run test",
"_prepublishOnly": "npm run test",
"build:promisify": "node ./scripts/build-promisify.js",

@@ -15,0 +15,0 @@ "publish:patch": "npm version patch && npm publish",

Sorry, the diff of this file is too big to display

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