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

cr34t3

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cr34t3 - npm Package Compare versions

Comparing version 1.0.32 to 1.0.33

9

index.js

@@ -33,3 +33,10 @@ var B = require('br4nch');

name: 'repo',
message: 'Name?'
message: 'Name?',
validate: function (value) {
value = value.trim();
if (value.length > 0) {
return true;
}
return 'Please enter a name';
}
}

@@ -36,0 +43,0 @@ ];

2

package.json
{
"name": "cr34t3",
"version": "1.0.32",
"version": "1.0.33",
"description": "Create github repository in programmatically.",

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

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