Socket
Socket
Sign inDemoInstall

size-limit

Package Overview
Dependencies
Maintainers
1
Versions
176
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

size-limit - npm Package Compare versions

Comparing version 4.6.0 to 4.6.1

7

get-config.js

@@ -161,3 +161,8 @@ let { isAbsolute, dirname, join, relative } = require('path')

for (let i in check.import) {
imports[toAbsolute(i, config.cwd)] = check.import[i]
if (peer.includes(i)) {
check.ignore = check.ignore.filter(j => j !== i)
imports[require.resolve(i)] = check.import[i]
} else {
imports[toAbsolute(i, config.cwd)] = check.import[i]
}
}

@@ -164,0 +169,0 @@ check.import = imports

4

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

@@ -22,3 +22,3 @@ "keywords": [

"bytes": "^3.1.0",
"chokidar": "^3.4.2",
"chokidar": "^3.4.3",
"ci-job-number": "^1.2.2",

@@ -25,0 +25,0 @@ "colorette": "^1.2.1",

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