Socket
Socket
Sign inDemoInstall

@vuepress/plugin-medium-zoom

Package Overview
Dependencies
Maintainers
6
Versions
205
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vuepress/plugin-medium-zoom - npm Package Compare versions

Comparing version 2.0.0-beta.50-pre.1 to 2.0.0-rc.0

2

lib/client/composables/useMediumZoom.d.ts

@@ -12,2 +12,2 @@ import type { Zoom } from 'medium-zoom';

*/
export declare const useMediumZoom: () => Zoom;
export declare const useMediumZoom: () => Zoom | null;

@@ -7,2 +7,5 @@ import { inject } from 'vue';

export const useMediumZoom = () => {
if (__VUEPRESS_SSR__) {
return null;
}
const zoom = inject(mediumZoomSymbol);

@@ -9,0 +12,0 @@ if (!zoom) {

import { defineClientConfig } from '@vuepress/client';
import { default as mediumZoom } from 'medium-zoom';
import mediumZoom from 'medium-zoom';
import { mediumZoomSymbol } from './composables/index.js';

@@ -4,0 +4,0 @@ import './styles/vars.css';

{
"name": "@vuepress/plugin-medium-zoom",
"version": "2.0.0-beta.50-pre.1",
"version": "2.0.0-rc.0",
"description": "VuePress plugin - medium-zoom",

@@ -35,7 +35,7 @@ "keywords": [

"dependencies": {
"@vuepress/client": "2.0.0-beta.50-pre.1",
"@vuepress/core": "2.0.0-beta.50-pre.1",
"@vuepress/utils": "2.0.0-beta.50-pre.1",
"medium-zoom": "^1.0.6",
"vue": "^3.2.37"
"medium-zoom": "^1.1.0",
"vue": "^3.3.8",
"@vuepress/client": "2.0.0-rc.0",
"@vuepress/core": "2.0.0-rc.0",
"@vuepress/utils": "2.0.0-rc.0"
},

@@ -42,0 +42,0 @@ "publishConfig": {

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