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

@adonisjs/fold

Package Overview
Dependencies
Maintainers
1
Versions
111
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adonisjs/fold - npm Package Compare versions

Comparing version 4.0.6 to 4.0.7

10

CHANGELOG.md

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

<a name="4.0.7"></a>
## [4.0.7](https://github.com/poppinss/adonis-fold/compare/v4.0.6...v4.0.7) (2018-02-08)
### Bug Fixes
* **ioc.getPath:** normalize autoloaded paths ([a0a77bc](https://github.com/poppinss/adonis-fold/commit/a0a77bc))
<a name="4.0.6"></a>

@@ -2,0 +12,0 @@ ## [4.0.6](https://github.com/poppinss/adonis-fold/compare/v4.0.5...v4.0.6) (2018-02-08)

2

package.json
{
"name": "@adonisjs/fold",
"version": "4.0.6",
"version": "4.0.7",
"description": "Dependency manager and ioc container for your next NodeJs application",

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

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

debug('resolving %s namespace from %s path', namespace, this._autoloads[autoloadedNamespace])
return namespace.replace(autoloadedNamespace, this._autoloads[autoloadedNamespace])
return path.normalize(namespace.replace(autoloadedNamespace, this._autoloads[autoloadedNamespace]))
}

@@ -253,0 +253,0 @@

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