New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

pug-slides-loader

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pug-slides-loader - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

index.js

@@ -19,3 +19,3 @@ /* eslint-disable no-useless-concat */

if (/slide.*\.pug$/.test(file)) {
extendedImport += `import revealSlide${i} from '${path.resolve(fromPath, file)}';\n`;
extendedImport += `import revealSlide${i} from '${path.resolve(fromPath, file).replace(/\\/g, '/')}';\n`;
stringTemplatesImports += '${' + `revealSlide${i}` + '}\n';

@@ -22,0 +22,0 @@ }

{
"name": "pug-slides-loader",
"version": "1.0.4",
"version": "1.0.5",
"description": "Simple Webpack loader for Reveal.js slides (.pug files) to fast inject them in one place",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -0,0 +0,0 @@ ## Custom webpack loader to use with [these](https://github.com/xmelsky/reveal.js-boilerplates) boilerplates

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