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.1 to 0.11.2

2

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

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

@@ -85,4 +85,2 @@ <p align="center">

- Add this token as `BUNDLESIZE_GITHUB_TOKEN` as environment parameter in your CIs project settings.
- On travis-ci: Make sure you have `Build branch updates` enabled
- On CircleCi: Enable `GitHub Status updates` in your advanced project settings (this should be enabled by default).

@@ -89,0 +87,0 @@ (Ask me for help if you're stuck)

const Build = require('github-build')
const { repo, sha, event } = require('ci-env')
const { repo, sha } = require('ci-env')
const token = require('./token')

@@ -19,5 +19,4 @@ const debug = require('./debug')

debug('sha', sha)
debug('event', event)
if (token && event === 'push') {
if (token) {
build.start()

@@ -24,0 +23,0 @@ pass = message => build.pass(message)

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