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

@nanogiants/repository-setup

Package Overview
Dependencies
Maintainers
4
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nanogiants/repository-setup - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

4

index.js

@@ -104,4 +104,4 @@ #!/usr/bin/env node

slug = packageAnswers.slug;
repoUrl = packageAnswers.repoUrl.endsWith('.git')
? packageAnswers.repoUrl.substring(0, '.git'.length)
repoUrl = packageAnswers.repoUrl.endsWith('.git/')
? packageAnswers.repoUrl.substring(0, '.git/'.length)
: packageAnswers.repoUrl;

@@ -108,0 +108,0 @@ docsUrl = packageAnswers.docsUrl;

{
"name": "@nanogiants/repository-setup",
"version": "1.0.1",
"version": "1.0.2",
"description": "Sets up new NanoGiants repositories including LICENSE, CoC and contribution guidelines",

@@ -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