Socket
Socket
Sign inDemoInstall

postcss-load-config

Package Overview
Dependencies
Maintainers
2
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-load-config - npm Package Compare versions

Comparing version 5.0.2 to 5.0.3

2

package.json
{
"name": "postcss-load-config",
"version": "5.0.2",
"version": "5.0.3",
"description": "Autoload Config for PostCSS",

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

@@ -339,3 +339,3 @@

const css = readFileSync('index.sss', 'utf8')
const css = readFileSync('index.css', 'utf8')

@@ -342,0 +342,0 @@ const ctx = { parser: true, map: 'inline' }

@@ -19,3 +19,3 @@ // @ts-check

try {
return (await import(pathToFileURL(url).href)).default
return (await import(`${pathToFileURL(url)}?t=${Date.now()}`)).default
} catch (err) {

@@ -22,0 +22,0 @@ if (!TS_EXT_RE.test(url)) {

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