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

vue-modal-viewer

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-modal-viewer - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

4

dts/ModalViewer.d.ts

@@ -7,7 +7,7 @@ import Vue from "vue";

}
declare type Modal = {
interface Modal extends Vue {
name: string;
show(): void;
hide(): void;
};
}
declare class ModalViewer {

@@ -14,0 +14,0 @@ static install(vue: typeof Vue): void;

{
"name": "vue-modal-viewer",
"description": "",
"version": "0.1.0",
"version": "0.1.1",
"main": "dist/vue-modal-viewer.common.js",
"types": "dts/ModalViewer.d.ts",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
"test": "vue-cli-service serve",
"build": "vue-cli-service build --target lib ./src/ModalViewer.ts && tsc --emitDeclarationOnly"
},

@@ -11,0 +11,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

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