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

bundlemon-utils

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bundlemon-utils - npm Package Compare versions

Comparing version 0.1.0-rc.1 to 0.1.0-rc.2

lib/cjs/reportSummary/index.d.ts

1

lib/cjs/consts.js
"use strict";
/* istanbul ignore file */
Object.defineProperty(exports, "__esModule", { value: true });
exports.compressions = void 0;
exports.compressions = ['none', 'gzip'];

@@ -35,2 +35,3 @@ import { compressions } from './consts';

baseBranch?: string;
prNumber?: string;
}

@@ -37,0 +38,0 @@ export interface Report extends ReportPayload {

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

/* istanbul ignore file */
export const compressions = ['none', 'gzip'];

@@ -35,2 +35,3 @@ import { compressions } from './consts';

baseBranch?: string;
prNumber?: string;
}

@@ -37,0 +38,0 @@ export interface Report extends ReportPayload {

{
"name": "bundlemon-utils",
"version": "0.1.0-rc.1",
"version": "0.1.0-rc.2",
"description": "",

@@ -20,3 +20,4 @@ "keywords": [],

"prepublishOnly": "yarn test && yarn lint && yarn build",
"lint": "yarn eslint --config ../../.eslintrc.json --max-warnings=0 \"src/**/*.ts\""
"lint": "yarn eslint --config ../../.eslintrc.json --max-warnings=0 \"src/**/*.ts\"",
"type-check": "tsc --noEmit"
},

@@ -23,0 +24,0 @@ "dependencies": {},

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