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

mongodb-stitch-cli

Package Overview
Dependencies
Maintainers
4
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongodb-stitch-cli - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

.gometalinter.json

2

install.js

@@ -6,3 +6,3 @@ const fs = require('fs');

const baseDownloadURL =
'https://s3.amazonaws.com/stitch-clis/stitch_cli_linux_64_2660f6eb02709b25ae6257574e77b053529fb654_18_08_01_18_15_28';
'https://s3.amazonaws.com/stitch-clis/stitch_cli_linux_64_eee5526256f472f13282170e8bea46f8628403d9_18_10_01_20_40_16';
const linuxDownloadURL = `${baseDownloadURL}/linux-amd64/stitch-cli`;

@@ -9,0 +9,0 @@ const macDownloadURL = `${baseDownloadURL}/macos-amd64/stitch-cli`;

{
"name": "mongodb-stitch-cli",
"version": "1.1.0",
"version": "1.1.1",
"description": "The MongoDB Stitch Command Line Interface",

@@ -5,0 +5,0 @@ "repository": {

@@ -49,3 +49,3 @@ # MongoDB Stitch CLI

```go
gometalinter --exclude=vendor --vendor --config=.linter.config ./...
(export PKGS=`go list ./... | grep -v "/vendor/"`; cd $GOPATH/src && echo $PKGS | xargs $GOPATH/bin/gometalinter --config=$GOPATH/src/github.com/10gen/stitch-cli/.gometalinter.json)
```

@@ -52,0 +52,0 @@

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