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

adonis-fold

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

adonis-fold - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

19

CHANGELOG.md

@@ -0,1 +1,20 @@

<a name="3.0.1"></a>
## 3.0.1 (2016-04-30)
### Bug Fixes
* **Ioc:** do not transform output after calling hooks ([8bc17ef](https://github.com/poppinss/adonis-fold/commit/8bc17ef))
### Features
* **ioc:** add support for makePlain property ([33ab0bf](https://github.com/poppinss/adonis-fold/commit/33ab0bf))
* **package.json:** Added commitizen ([8a8fd3c](https://github.com/poppinss/adonis-fold/commit/8a8fd3c))
### Performance Improvements
* **ioc,registerar:** triming namespaces and providers, improved var initialization for v8 ([c5e04ad](https://github.com/poppinss/adonis-fold/commit/c5e04ad))
<a name="2.0.1"></a>

@@ -2,0 +21,0 @@ ## 2.0.1 (2016-01-15)

4

index.js

@@ -13,5 +13,5 @@ 'use strict'

GLOBAL.use = Ioc.use
GLOBAL.make = Ioc.make
global.use = Ioc.use
global.make = Ioc.make
module.exports = { Ioc, ServiceProvider, Registrar }
{
"name": "adonis-fold",
"version": "3.0.0",
"version": "3.0.1",
"description": "Dependency manager and ioc container for your next NodeJs application",

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

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