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

@webdiscus/pug-loader

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webdiscus/pug-loader - npm Package Compare versions

Comparing version 2.9.2 to 2.9.3

3

CHANGELOG.md
# Change log
## 2.9.3 (2022-09-17)
- chore: add peerDependenciesMeta to package.json for optional modules
## 2.9.2 (2022-09-10)

@@ -4,0 +7,0 @@ - fix: resolve modules whose package.json contains `exports` field

22

package.json
{
"name": "@webdiscus/pug-loader",
"version": "2.9.2",
"version": "2.9.3",
"description": "Pug loader renders Pug files into HTML or compiles them into a template function.",

@@ -61,6 +61,16 @@ "keywords": [

"webpack": ">=5.32.0",
"enhanced-resolve": ">=5.7.0"
"enhanced-resolve": ">=5.7.0",
"markdown-it": "^13.0.1",
"prismjs": "^1.29.0"
},
"peerDependenciesMeta": {
"markdown-it": {
"optional": true
},
"prismjs": {
"optional": true
}
},
"dependencies": {
"ansis": "1.5.2",
"ansis": "1.5.4",
"parse5": "^7.1.1",

@@ -71,4 +81,4 @@ "pug": "^3.0.2",

"devDependencies": {
"@babel/core": "^7.19.0",
"@babel/preset-env": "^7.19.0",
"@babel/core": "^7.19.1",
"@babel/preset-env": "^7.19.1",
"@types/jest": "^28.1.8",

@@ -81,3 +91,3 @@ "css-loader": "^6.7.1",

"prismjs": "^1.29.0",
"pug-plugin": "~4.3.1",
"pug-plugin": "~4.3.2",
"responsive-loader": "^3.1.1",

@@ -84,0 +94,0 @@ "sharp": "^0.30.7",

@@ -123,3 +123,3 @@ const fs = require('fs');

*
* @note: This is implementation of the 'pug-walk' logic without recursion and up to x2.5 faster.
* @note: This is implementation of the 'pug-walk' logic without recursion, up to x2.5 faster.
*

@@ -126,0 +126,0 @@ * @param {Object} tree The tree of Pug nodes.

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