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

pull-request-size-reminder

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pull-request-size-reminder - npm Package Compare versions

Comparing version 1.0.13 to 1.0.14

4

package.json
{
"name": "pull-request-size-reminder",
"version": "1.0.13",
"version": "1.0.14",
"description": "CLI to check potential size of pull request",

@@ -75,2 +75,2 @@ "keywords": [

}
}
}

@@ -0,1 +1,3 @@

#!/usr/bin / env node
'use strict';
const exec = require('child_process').exec;

@@ -2,0 +4,0 @@ const limitDetails = require('./limitDetails');

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