Socket
Socket
Sign inDemoInstall

@whppt/layouts

Package Overview
Dependencies
378
Maintainers
5
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [1.0.3](https://github.com/whpptjs/layouts/compare/v1.0.2...v1.0.3) (2022-05-09)
### Bug Fixes
* dont register components in module. register in plugin ([6185adb](https://github.com/whpptjs/layouts/commit/6185adba69c7bb877ae72ea77fbdcce2d6c1f03b))
### [1.0.2](https://github.com/whpptjs/layouts/compare/v1.0.1...v1.0.2) (2022-05-02)

@@ -7,0 +14,0 @@

12

lib/module.js

@@ -10,8 +10,8 @@ const { join, resolve } = require('path');

this.nuxt.hook('components:dirs', dirs => {
dirs.push({
path: join(__dirname, 'components'),
prefix: 'layout',
});
});
// this.nuxt.hook('components:dirs', dirs => {
// dirs.push({
// path: join(__dirname, 'components'),
// prefix: 'layout',
// });
// });

@@ -18,0 +18,0 @@ this.addPlugin({

{
"name": "@whppt/layouts",
"version": "1.0.2",
"version": "1.0.3",
"description": "Whppt layouts plugin.",

@@ -5,0 +5,0 @@ "repository": "whpptjs/layouts",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc