Socket
Socket
Sign inDemoInstall

28

Package Overview
Dependencies
Maintainers
1
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

28 - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

8

lib/main.js
'use strict';
// Requires
var Q = require('q');

@@ -17,2 +16,3 @@ var _ = require('underscore');

//Object Concatenation
//TODO: replace with _.defaults?
function objectConcat(o1, o2) {

@@ -35,4 +35,6 @@ for (var key in o2) {

};
var settingFile = __dirname + '/../.settings.json';
var localSettingFile = process.cwd() + '/.settings.json';
var settingFile = path.join(process.env.HOME, '.28.json');
var localSettingFile = process.cwd() + '/.28.json';
if(fs.existsSync(localSettingFile)) {

@@ -39,0 +41,0 @@ settingFile = localSettingFile;

@@ -5,3 +5,8 @@ {

"description": "Command line utility to download and upload 28.io queries.",
"version": "0.1.3",
"version": "0.1.4",
"keywords": [
"jsoniq", "xquery", "dev", "cloud"
],
"homepage": "https://28.io",
"bugs": "https://github.com/28msec/28/issues",
"repository": {

@@ -28,4 +33,11 @@ "url": "https://github.com/28msec/28"

"engines": {
"node": "*"
}
"node": ">=0.8.0",
"npm": ">=1.1.0"
},
"contributors": [
{
"name": "William Candillon",
"email": "w@28.io"
}
]
}
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