Socket
Socket
Sign inDemoInstall

@vuepress/shared-utils

Package Overview
Dependencies
Maintainers
2
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vuepress/shared-utils - npm Package Compare versions

Comparing version 1.0.0-alpha.30 to 1.0.0-alpha.31

2

lib/extractHeaders.js

@@ -15,3 +15,3 @@ "use strict";

*/
const cache = lru_cache_1.default({ max: 1000 });
const cache = new lru_cache_1.default({ max: 1000 });
module.exports = function (content, include = [], md) {

@@ -18,0 +18,0 @@ const key = content + include.join(',');

{
"name": "@vuepress/shared-utils",
"version": "1.0.0-alpha.30",
"version": "1.0.0-alpha.31",
"description": "shared-utils for vuepress",

@@ -43,3 +43,3 @@ "main": "lib/index.js",

"homepage": "https://github.com/vuejs/vuepress/packages/@vuepress/shared-utils#readme",
"gitHead": "ffde326ee0104d998e9e583e2c785625ab37f1dc"
"gitHead": "15941cf6a91b8de09f7336cb8399132b350acf36"
}
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