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

def-ant-cli

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

def-ant-cli - npm Package Compare versions

Comparing version 1.0.9 to 1.1.0

1

lib/common.js

@@ -10,2 +10,3 @@

uploadFail: "Upload failed.",
packageTooLarge: "Upload failed".red +"\nMaximum file size is 5M of individual files.\nApplication package should not exceed 15M.",
notLoggedIn: "You have not logged in yet.\nLogin is required before publishing your application.",

@@ -12,0 +13,0 @@ oldToken: "Your token is too old.\nPlease login to re-new security token.",

@@ -63,2 +63,5 @@

break
case 413:
console.log(Message.packageTooLarge)
break
case 422:

@@ -65,0 +68,0 @@ console.log(Message.uploadFail)

3

lib/version.js

@@ -9,3 +9,4 @@

*/
console.log("\ndefiant version: "+ package.version.white +"\n")
console.log("\ndefiant cli tool: version "+ package.version.white)
console.log("ant-app-builder: version "+ package.dependencies["ant-app-builder"].slice(1).white +"\n")
}
{
"name": "def-ant-cli",
"version": "1.0.9",
"version": "1.1.0",
"description": "Command Line Interface for Def-ant",

@@ -5,0 +5,0 @@ "main": "./lib",

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