Socket
Socket
Sign inDemoInstall

foxx-cli

Package Overview
Dependencies
Maintainers
4
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

foxx-cli - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

dist/test/fixtures/minimal-working-service.js

6

CHANGELOG.md

@@ -8,2 +8,8 @@ # Changelog

## [1.1.1] - 2018-04-10
### Fixed
* Re-released on Linux to fix bad linebreaks in `foxx` CLI command
## [1.1.0] - 2018-04-10

@@ -10,0 +16,0 @@

18

package.json
{
"name": "foxx-cli",
"version": "1.1.0",
"version": "1.1.1",
"description": "CLI for ArangoDB Foxx.",

@@ -9,9 +9,13 @@ "preferGlobal": true,

},
"files": ["bin/", "dist/", "templates/", "README.md", "LICENSE"],
"files": [
"bin/",
"dist/",
"templates/",
"README.md",
"LICENSE"
],
"scripts": {
"test":
"mocha --reporter spec --require source-map-support/register --timeout 10000 dist/test",
"test": "mocha --reporter spec --require source-map-support/register --timeout 10000 dist/test",
"pretest": "yarn prepare",
"ci":
"mocha --reporter spec --require source-map-support/register --timeout 10000 dist/test",
"ci": "mocha --reporter spec --require source-map-support/register --timeout 10000 dist/test",
"preci": "yarn install",

@@ -65,2 +69,2 @@ "prepare": "babel -d dist src"

}
}
}

@@ -0,0 +0,0 @@ # foxx-cli

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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