Socket
Socket
Sign inDemoInstall

28

Package Overview
Dependencies
138
Maintainers
1
Versions
100
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.5 to 3.0.6

2

lib/commands/run.js

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

return Config.refreshTokens(projectName).then(function(){
var url = Config.getProjectEndpoint(projectName);
var url = Config.getProjectEndpoint(projectName) + '/_queries';
path = path.indexOf('?') === -1 ? (path + '?') : path;

@@ -20,0 +20,0 @@ path = path[0] === '/' ? path : ('/' + path);

@@ -9,3 +9,3 @@ {

"description": "Command line utility to download and upload 28.io queries.",
"version": "3.0.5",
"version": "3.0.6",
"keywords": [

@@ -12,0 +12,0 @@ "jsoniq",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc