@travetto/di
Advanced tools
Comparing version 0.0.32 to 0.0.33
{ | ||
"author": { | ||
"email": "travetto.framework@gmail.com", | ||
"email": "travetto.framework@gmail.com", | ||
"name": "Travetto Framework" | ||
}, | ||
}, | ||
"dependencies": { | ||
"@travetto/compiler": "0.x.x", | ||
"@travetto/config": "0.x.x", | ||
"@travetto/registry": "0.x.x" | ||
}, | ||
"description": "Dependency registration/management and injection support.", | ||
"@travetto/compiler": "^0.0.48", | ||
"@travetto/config": "^0.0.40", | ||
"@travetto/registry": "^0.0.50" | ||
}, | ||
"description": "Dependency registration/management and injection support.", | ||
"devDependencies": { | ||
"@travetto/test": "0.x.x" | ||
}, | ||
"homepage": "https://travetto.io", | ||
"@travetto/test": "^0.0.83" | ||
}, | ||
"homepage": "https://travetto.io", | ||
"keywords": [ | ||
"ast-transformations", | ||
"decorators", | ||
"dependency-injection", | ||
"real-time", | ||
"travetto", | ||
"ast-transformations", | ||
"decorators", | ||
"dependency-injection", | ||
"real-time", | ||
"travetto", | ||
"typescript" | ||
], | ||
"license": "MIT", | ||
"main": "index.ts", | ||
"name": "@travetto/di", | ||
], | ||
"license": "MIT", | ||
"main": "index.ts", | ||
"name": "@travetto/di", | ||
"repository": { | ||
"url": "https://github.com/travetto/di.git" | ||
}, | ||
"url": "https://github.com/travetto/travetto.git" | ||
}, | ||
"scripts": { | ||
"test": "./node_modules/.bin/travetto-test" | ||
}, | ||
"version": "0.0.32" | ||
} | ||
}, | ||
"version": "0.0.33" | ||
} |
@@ -67,4 +67,4 @@ import { InjectableConfig, Dependency } from '../types'; | ||
const config: InjectableFactoryConfig<any> = extractSymbolOrConfig(args); | ||
DependencyRegistry.registerFactory({ ...config, fn: descriptor.value, id: `${target.__id}#${property}` }); | ||
DependencyRegistry.registerFactory({ ...config, fn: descriptor.value, id: `${target.__id}#${property.toString()}` }); | ||
}; | ||
} |
{ | ||
"extends": "./node_modules/@travetto/base/tsconfig.json" | ||
"compilerOptions": { | ||
"module": "commonjs", | ||
"target": "es2017", | ||
"strict": true, | ||
"noStrictGenericChecks": true, | ||
"strictPropertyInitialization": false, | ||
"sourceMap": true, | ||
"lib": [ | ||
"es2015.proxy", | ||
"es2018" | ||
], | ||
"preserveConstEnums": true, | ||
"experimentalDecorators": true, | ||
"rootDir": "src/", | ||
"outDir": "build/" | ||
} | ||
} |
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
34281
387
856
17
+ Added@travetto/base@0.0.162(transitive)
+ Added@travetto/compiler@0.0.48(transitive)
+ Added@travetto/config@0.0.40(transitive)
+ Added@travetto/registry@0.0.50(transitive)
+ Added@types/js-yaml@3.12.10(transitive)
+ Added@types/node@10.17.60(transitive)
+ Added@types/source-map-support@0.4.2(transitive)
+ Addedstack-chain@2.0.0(transitive)
+ Addedstring-hash@1.1.3(transitive)
+ Addedtrace@3.2.0(transitive)
+ Addedtypescript@2.9.2(transitive)
- Removed@travetto/base@0.7.3(transitive)
- Removed@travetto/boot@0.7.2(transitive)
- Removed@travetto/compiler@0.7.4(transitive)
- Removed@travetto/config@0.7.4(transitive)
- Removed@travetto/registry@0.7.4(transitive)
- Removed@travetto/yaml@0.7.3(transitive)
- Removed@types/node@11.15.54(transitive)
- Removed@types/source-map-support@0.5.10(transitive)
- Removedtypescript@3.9.10(transitive)
Updated@travetto/compiler@^0.0.48
Updated@travetto/config@^0.0.40
Updated@travetto/registry@^0.0.50