@knowark/injectarkjs
Advanced tools
Comparing version 0.8.1 to 0.8.2
import { Factory } from './factory.js' // eslint-disable-line | ||
export class Injectark { | ||
/** @param {{strategy?: Object<string, any>, factory?: Factory, | ||
* parent?: Injectark}} Object */ | ||
constructor ({ strategy = {}, factory = null, parent = null } = {}) { | ||
/** @param {{ factory: Factory, | ||
* strategy?: object, parent?: Injectark }} object */ | ||
constructor ({ factory, strategy = {}, parent = null } = {}) { | ||
this.strategy = strategy | ||
@@ -8,0 +8,0 @@ this.factory = factory |
{ | ||
"name": "@knowark/injectarkjs", | ||
"version": "0.8.1", | ||
"version": "0.8.2", | ||
"description": "Dependency Injector for Javascript", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16724
10
466