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.4 to 3.0.5

2

lib/config.js

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

'email': '',
'endpoint': 'https://portal.28.io/api',
'endpoint': 'http://portal.28.io/api',
'projectEndpoint': 'http://<%= projectName %>.28.io/v1',

@@ -23,0 +23,0 @@ 'ignore': []

@@ -132,2 +132,3 @@ 'use strict';

if(compileError) {
compileError.query = diff.query;
throw compileError;

@@ -134,0 +135,0 @@ }

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

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

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

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

var _ = require('lodash');
var $28 = new (require('../lib/28.js').$28)('https://portal.28.io/api');
var $28 = new (require('../lib/28.js').$28)('http://portal.28.io/api');

@@ -10,0 +10,0 @@ var email = 'w+test@28.io';

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