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

maximo-cli

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

maximo-cli - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

package.json
{
"name": "maximo-cli",
"version": "1.0.0",
"version": "1.0.1",
"description": "Maximo command line tools",

@@ -19,3 +19,3 @@ "main": "src/maximo-cli.js",

"author": "sls@ca.ibm.com",
"license": "MIT",
"license": "ISC",
"repository": "ibm-maximo-dev/maximo-cli",

@@ -22,0 +22,0 @@ "dependencies": {

@@ -6,3 +6,3 @@ # Command Line Tools for Development with IBM Maximo Asset Mangement

`maximo-cli` requires that [NodeJS](https://nodejs.org/en/) be installed. If you do not have NodeJS installed, then install it first.
`maximo-cli` requires that [NodeJS](https://nodejs.org/en/) **version 8+** be installed. If you do not have NodeJS **version 8** installed, then install/upgrade it first.

@@ -9,0 +9,0 @@ The vision for `maximo-cli` is to provide a set of lifecycle tools for the developer, allowing them to create, build, test, deploy, and package an add-on, while offering other additional tools are useful in the development lifecycle of Maximo Asset Management.

@@ -18,4 +18,4 @@ /*

if (IS_WIN) {
gradleFilename = gradleFilename.append(".bat");
};
gradleFilename = gradleFilename + ".bat";
}

@@ -22,0 +22,0 @@ gradle.exists = function(gradlePath) {

Sorry, the diff of this file is not supported yet

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