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

@adonisjs/ignitor

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adonisjs/ignitor - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

10

CHANGELOG.md

@@ -0,1 +1,11 @@

<a name="1.0.4"></a>
## [1.0.4](https://github.com/adonisjs/adonis-ignitor/compare/v1.0.3...v1.0.4) (2017-07-16)
### Bug Fixes
* **ignitor:** use ace.addCommand to register commands ([75499b3](https://github.com/adonisjs/adonis-ignitor/commit/75499b3))
<a name="1.0.3"></a>

@@ -2,0 +12,0 @@ ## [1.0.3](https://github.com/adonisjs/adonis-ignitor/compare/v1.0.2...v1.0.3) (2017-07-16)

2

package.json
{
"name": "@adonisjs/ignitor",
"version": "1.0.3",
"version": "1.0.4",
"description": "Fire the adonis-app (in good sense)",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -364,3 +364,3 @@ 'use strict'

const ace = require(path.join(this._appRoot, '/node_modules/@adonisjs/ace'))
ace.register(commands)
commands.forEach((command) => ace.addCommand(command))

@@ -367,0 +367,0 @@ this._callHooks('after', 'registerCommands')

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