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

glot-cli

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

glot-cli - npm Package Compare versions

Comparing version 1.0.2 to 1.0.4

.npmignore

7

cli/snippet.js

@@ -38,3 +38,3 @@ 'use strict';

const data = {
title: 'Uploaded by CLI',
title: options.title || 'Uploaded by CLI',
public: true,

@@ -44,6 +44,3 @@ files: files

if (options.title) {
data.title = options.title;
}
if (options.language) {

@@ -50,0 +47,0 @@ data.language = options.language;

{
"name": "glot-cli",
"version": "1.0.2",
"version": "1.0.4",
"description": "CLI tool for glot.io",
"main": "index.js",
"scripts": {
"start": "node .",
"test": "echo \"Error: no test specified\" && exit 1"
"start": "node bin/glot.js"
},
"bin": {
"glot": "./bin/glot.js"
"glot": "./bin/glot.js"
},
"author": "Florian Knop",
"repository": {
"type": "git",
"url": "git+https://github.com/fknop/glot-cli.git"
},
"license": "MIT",

@@ -20,3 +23,9 @@ "dependencies": {

"superagent": "^1.8.3"
}
},
"bugs": {
"url": "https://github.com/fknop/glot-cli/issues"
},
"homepage": "https://github.com/fknop/glot-cli#readme",
"devDependencies": {},
"keywords": []
}
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