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

@travetto/di

Package Overview
Dependencies
Maintainers
1
Versions
313
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@travetto/di - npm Package Compare versions

Comparing version 0.0.32 to 0.0.33

48

package.json
{
"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/"
}
}
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