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

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.2.7 to 0.2.8

6

lib/cli.js

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

} else {
console.error('Project ' + projectToken + ' wasn\'t found.'.red);
console.error('Project ' + projectName + ' wasn\'t found.'.red);
console.error('Run \'28 projects\' for more information.'.red);

@@ -335,3 +335,3 @@ }

} else {
console.error('Project ' + projectToken + ' wasn\'t found.');
console.error('Project ' + projectName + ' wasn\'t found.');
console.error('Run \'28 projects\' for more information.');

@@ -392,3 +392,3 @@ }

} else {
console.error('Project ' + projectToken + ' wasn\'t found.'.red);
console.error('Project ' + projectName + ' wasn\'t found.'.red);
console.error('Run \'28 projects\' for more information.'.red);

@@ -395,0 +395,0 @@ }

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

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

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

@@ -129,34 +129,2 @@ 28.io CLI [![Build Status](https://travis-ci.org/28msec/28.png?branch=master)](https://travis-ci.org/28msec/28) [![NPM version](https://badge.fury.io/js/28.png)](http://badge.fury.io/js/28)

Version 0.2.6
* Update xqlint version.
Version 0.2.5
* Exports Client and API classes
Version 0.2.4
* Add file extension for modules. (.jq, .xq, or .module)
Version 0.2.3
* Add new xqlint command
Version 0.2.2
* Update to 28.io version 3.1
Version 0.2.1
* New truncate command.
* Execute request asynchronously if an automatic overwrite option is set.
Version 0.2.0
* Bug fix for Windows clients.
* Improvements in the CLI error handling.
Version 0.1.9
* Bug fixes: [#1](https://github.com/28msec/28/issues/1), [#2](https://github.com/28msec/28/issues/2), [#3](https://github.com/28msec/28/issues/3).
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