Socket
Socket
Sign inDemoInstall

@vuepress/utils

Package Overview
Dependencies
Maintainers
2
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vuepress/utils - npm Package Compare versions

Comparing version 2.0.0-rc.13 to 2.0.0-rc.14

3

dist/index.js

@@ -12,4 +12,3 @@ // src/index.ts

var formatMs = (ms) => {
if (ms < 1e3)
return `${ms}ms`;
if (ms < 1e3) return `${ms}ms`;
return `${(ms / 1e3).toFixed(2)}s`;

@@ -16,0 +15,0 @@ };

{
"name": "@vuepress/utils",
"version": "2.0.0-rc.13",
"version": "2.0.0-rc.14",
"description": "Utils package of VuePress",

@@ -33,3 +33,3 @@ "keywords": [

"@types/hash-sum": "^1.0.2",
"debug": "^4.3.4",
"debug": "^4.3.5",
"fs-extra": "^11.2.0",

@@ -41,3 +41,3 @@ "globby": "^14.0.1",

"upath": "^2.0.1",
"@vuepress/shared": "2.0.0-rc.13"
"@vuepress/shared": "2.0.0-rc.14"
},

@@ -44,0 +44,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