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

@vuepress/plugin-medium-zoom

Package Overview
Dependencies
Maintainers
2
Versions
214
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-rc.0 to 2.0.0-rc.1

3

lib/client/config.d.ts

@@ -0,4 +1,5 @@

import type { ClientConfig } from 'vuepress/client';
import './styles/vars.css';
import './styles/medium-zoom.css';
declare const _default: import("@vuepress/client").ClientConfig;
declare const _default: ClientConfig;
export default _default;

@@ -1,3 +0,3 @@

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

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

@@ -1,3 +0,3 @@

import type { Plugin } from '@vuepress/core';
import type { ZoomOptions } from 'medium-zoom';
import type { Plugin } from 'vuepress/core';
/**

@@ -4,0 +4,0 @@ * Options for @vuepress/plugin-medium-zoom

@@ -1,2 +0,2 @@

import { getDirname, path } from '@vuepress/utils';
import { getDirname, path } from 'vuepress/utils';
const __dirname = getDirname(import.meta.url);

@@ -3,0 +3,0 @@ export const mediumZoomPlugin = ({ selector = ':not(a) > img', zoomOptions = {}, delay = 500, } = {}) => ({

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

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

"bugs": {
"url": "https://github.com/vuepress/vuepress-next/issues"
"url": "https://github.com/vuepress/ecosystem/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuepress/vuepress-next.git"
"url": "git+https://github.com/vuepress/ecosystem.git"
},

@@ -35,17 +35,18 @@ "license": "MIT",

],
"scripts": {
"build": "tsc -b tsconfig.build.json",
"clean": "rimraf lib *.tsbuildinfo",
"copy": "cpx \"src/**/*.css\" lib"
},
"dependencies": {
"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"
"vue": "^3.4.15"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.2"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc -b tsconfig.build.json",
"clean": "rimraf lib *.tsbuildinfo",
"copy": "cpx \"src/**/*.css\" lib"
}
}
"gitHead": "1de7fea6963c3dd6c89df21eca4accc2d31204a4"
}

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