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

vite-plugin-pug-i18n

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vite-plugin-pug-i18n - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

2

dist/cjs/index.js

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

const chunkFileNames = userConfig.build?.rollupOptions?.output?.chunkFileNames;
return chunkFileNames ? normalizeBase(`${basePath}/${chunkFileNames}`) : normalizeBase(`${basePath}/assets/[name]-[hash].js`);
return chunkFileNames ? normalizeBase(`${basePath}/${chunkFileNames}`) : normalizeBase(`${basePath}/[name]-[hash].js`);
};

@@ -80,0 +80,0 @@ const processPages = () => {

@@ -72,3 +72,3 @@ import path from "path";

const chunkFileNames = userConfig.build?.rollupOptions?.output?.chunkFileNames;
return chunkFileNames ? normalizeBase(`${basePath}/${chunkFileNames}`) : normalizeBase(`${basePath}/assets/[name]-[hash].js`);
return chunkFileNames ? normalizeBase(`${basePath}/${chunkFileNames}`) : normalizeBase(`${basePath}/[name]-[hash].js`);
};

@@ -75,0 +75,0 @@ const processPages = () => {

{
"name": "vite-plugin-pug-i18n",
"version": "1.3.1",
"version": "1.3.2",
"description": "Vite plugin to build static website with pug and i18n support",

@@ -5,0 +5,0 @@ "author": "Azat Ahmedov <payalord@gmail.com>",

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