Socket
Socket
Sign inDemoInstall

size-limit

Package Overview
Dependencies
Maintainers
1
Versions
175
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 5.0.4 to 5.0.5

2

bin.js
#!/usr/bin/env node
let ciJobNumber = require('ci-job-number')
let { yellow } = require('nanocolors')
let { yellow } = require('picocolors')

@@ -6,0 +6,0 @@ if (ciJobNumber() !== 1) {

@@ -1,2 +0,2 @@

let { bold: b, yellow: y, red } = require('nanocolors')
let { bold: b, yellow: y, red } = require('picocolors')
let { existsSync } = require('fs')

@@ -3,0 +3,0 @@ let { join } = require('path')

@@ -10,3 +10,3 @@ let {

red
} = require('nanocolors')
} = require('picocolors')
let { join } = require('path')

@@ -13,0 +13,0 @@ let bytes = require('bytes-iec')

{
"name": "size-limit",
"version": "5.0.4",
"version": "5.0.5",
"description": "CLI tool for Size Limit",

@@ -26,5 +26,5 @@ "keywords": [

"lilconfig": "^2.0.3",
"mico-spinner": "^1.2.2",
"nanocolors": "^0.1.0"
"mico-spinner": "^1.3.0",
"picocolors": "^0.1.0"
}
}
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