🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

adonis-binding-resolver

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

adonis-binding-resolver - npm Package Compare versions

Comparing version

to
1.0.1

CHANGELOG.md

2

package.json
{
"name": "adonis-binding-resolver",
"version": "1.0.0",
"version": "1.0.1",
"description": "Resolves a closure or adonis ioc container binding transparently",

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

'use strict'
/**
* adonis-binding-resolver
*
* (c) Harminder Virk <virk@adonisjs.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
const NE = require('node-exceptions')

@@ -4,0 +13,0 @@

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

const assert = chai.assert
const Resolver = require('../src/Resolver')
const Resolver = require('../index')
const path = require('path')

@@ -8,0 +8,0 @@ const Ioc = require('adonis-fold').Ioc