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

@mr-hope/vuepress-shared

Package Overview
Dependencies
Maintainers
1
Versions
157
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mr-hope/vuepress-shared - npm Package Compare versions

Comparing version 1.18.1 to 2.0.0-alpha.0

client/index.d.ts

34

package.json
{
"name": "@mr-hope/vuepress-shared",
"version": "1.18.1",
"description": "Shared for vuepress-theme-hope",
"version": "2.0.0-alpha.0",
"description": "Shared files for vuepress-theme-hope",
"keywords": [

@@ -10,9 +10,9 @@ "vuepress-theme-hope",

],
"homepage": "https://github.com/vuepress-theme-hope/vuepress-theme-hope/tree/v1/packages/shared#readme",
"homepage": "https://github.com/Mister-Hope/vuepress-theme-hope/tree/v2/packages/shared#readme",
"bugs": {
"url": "https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues"
"url": "https://github.com/Mister-Hope/vuepress-theme-hope/issues"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/vuepress-theme-hope/vuepress-theme-hope.git",
"url": "git+ssh://git@github.com/Mister-Hope/vuepress-theme-hope.git",
"directory": "packages/shared"

@@ -26,17 +26,25 @@ },

},
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
"types": "lib/types/index.d.ts",
"main": "node/index.js",
"types": "node/index.d.ts",
"files": [
"client",
"node",
"styles"
],
"scripts": {
"build": "tsc -b tsconfig.json",
"clean": "rimraf lib *.tsbuildinfo",
"copy": "cpx \"src/**/*.{d.ts,vue,styl,json}\" lib"
"build": "rollup -c",
"clean": "rimraf ./client ./node",
"dev": "rollup -c -w",
"dev:rollup": "rollup -c -w"
},
"dependencies": {
"tslib": "^2.2.0"
"dayjs": "^1.10.5"
},
"devDependencies": {
"rollup": "2.51.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "a93c7a6db753d5c1276b83b56e5701a7fbcd61b4"
"gitHead": "c588c8577a77446140e85ad899a21dd7f4115889"
}
<!-- markdownlint-disable -->
<p align="center">
<img width="240" src="https://vuepress-theme-hope.github.io/logo.svg" style="text-align: center;"/>
<img width="240" src="https://vuepress-theme.mrhope.site/logo.svg" style="text-align: center;"/>
</p>

@@ -5,0 +5,0 @@ <h1 align="center">@mr-hope/vuepress-shared</h1>

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