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

bundlesize

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bundlesize - npm Package Compare versions

Comparing version 0.11.0 to 0.11.1

2

package.json
{
"name": "bundlesize",
"version": "0.11.0",
"version": "0.11.1",
"description": "Keep your library size in check",

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

@@ -128,2 +128,3 @@ <p align="center">

- [css-constructor](https://github.com/siddharthkp/css-constructor)
- [redux-saga](https://github.com/redux-saga/redux-saga)

@@ -130,0 +131,0 @@

const axios = require('axios')
let { repo, sha } = require('ci-env')
let { repo, sha, ci } = require('ci-env')
const { warn } = require('prettycli')

@@ -12,3 +13,10 @@ const token = require('./token')

if (repo && token) enabled = true
else if (ci) {
warn(`github token not found
You are missing out on some cool features.
Read more here: https://github.com/siddharthkp/bundlesize#2-build-status
`)
}
debug('api enabled', enabled)

@@ -15,0 +23,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