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

@dcloudio/types

Package Overview
Dependencies
Maintainers
6
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 0.1.7 to 0.1.8

html5plus/plus.d.ts

4

package.json
{
"name": "@dcloudio/types",
"version": "0.1.7",
"version": "0.1.8",
"description": "uni-app types",
"typings": "uni-app/index.d.ts",
"typings": "index.d.ts",
"scripts": {

@@ -7,0 +7,0 @@ "test": "echo \"Error: no test specified\" && exit 1"

@@ -1,6 +0,6 @@

import "./app";
import "./common";
import "./page";
import "./uni";
import "./vue";
import "./plus";
/// <reference path="./app.d.ts" />
/// <reference path="./common.d.ts" />
/// <reference path="./page.d.ts" />
/// <reference path="./uni.d.ts" />
/// <reference path="./vue.d.ts" />
/// <reference path="../html5plus/plus.d.ts" />
import Vue from "vue";
declare module "*.vue" {
export default Vue;
}
declare module "vue/types/options" {

@@ -8,0 +4,0 @@ type Hooks = App.AppInstance & Page.PageInstance;

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