Socket
Socket
Sign inDemoInstall

@vuepress/utils

Package Overview
Dependencies
Maintainers
7
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-alpha.1 to 2.0.0-alpha.4

lib/hasExportDefault.d.ts

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [2.0.0-alpha.4](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.3...v2.0.0-alpha.4) (2020-12-02)
### Features
* **utils:** add hasExportDefault util ([575a9c5](https://github.com/vuepress/vuepress-next/commit/575a9c5d9eee44c0ce20b0712830e2eb2a303780))
# 2.0.0-alpha.1 (2020-12-01)

@@ -8,0 +19,0 @@

1

lib/index.d.ts

@@ -9,2 +9,3 @@ import * as debug from 'debug';

export { debug, chalk, fs, globby, hash, ora, path };
export * from './hasExportDefault';
export * from './logger';

@@ -11,0 +12,0 @@ export * from './renderHead';

@@ -28,2 +28,3 @@ "use strict";

exports.hash = hash;
__exportStar(require("./hasExportDefault"), exports);
__exportStar(require("./logger"), exports);

@@ -30,0 +31,0 @@ __exportStar(require("./renderHead"), exports);

4

package.json
{
"name": "@vuepress/utils",
"version": "2.0.0-alpha.1",
"version": "2.0.0-alpha.4",
"description": "Utils package of VuePress",

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

},
"gitHead": "1fd0bfafc443cddfb40af6647353ef02708b739a"
"gitHead": "444847fdfddc772980d4efd25fcfbb8d3c6c67af"
}

Sorry, the diff of this file is not supported yet

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