Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

size-limit

Package Overview
Dependencies
36
Maintainers
1
Versions
174
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 11.1.0 to 11.1.1

5

get-config.js

@@ -6,3 +6,3 @@ import bytes from 'bytes-iec'

import { dirname, isAbsolute, join, relative } from 'node:path'
import { fileURLToPath } from 'node:url'
import { fileURLToPath, pathToFileURL } from 'node:url'

@@ -87,3 +87,4 @@ import { SizeLimitError } from './size-limit-error.js'

const dynamicImport = async filePath => (await import(filePath)).default
const dynamicImport = async filePath =>
(await import(pathToFileURL(filePath).href)).default

@@ -90,0 +91,0 @@ const tsLoader = async filePath => {

2

package.json
{
"name": "size-limit",
"version": "11.1.0",
"version": "11.1.1",
"description": "CLI tool for Size Limit",

@@ -5,0 +5,0 @@ "type": "module",

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