Socket
Socket
Sign inDemoInstall

@fluent/core

Package Overview
Dependencies
3
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

4

build/application.js

@@ -11,4 +11,6 @@ "use strict";

this.environment = new environment_1.Environment();
const scriptName = process.mainModule && process.mainModule.filename ?
process.mainModule.filename : process.argv[1];
this.environment.name = environmentName || this.environment.name;
this.environment.rootPath = Path.dirname(process.argv[1]);
this.environment.rootPath = Path.dirname(scriptName);
this.serviceCollection.addSingleton(environment_1.Environment, this.environment);

@@ -15,0 +17,0 @@ this.configuration = configuration_1.Configuration.readFromFile(Path.join(this.environment.rootPath, `configuration.${this.environment.name}.json`));

{
"name": "@fluent/core",
"version": "1.0.0",
"version": "1.0.1",
"description": "Fluent - core component",

@@ -17,10 +17,16 @@ "main": "build/index.js",

"author": "Eugen Melnychenko",
"repository" : {
"type" : "git",
"url" : "https://github.com/emelnychenko/fluent"
},
"dependencies": {
"@fluent/di": "^1.0.1",
"reflect-metadata": "^0.1.12"
},
"peerDependencies": {
"@fluent/di": "1.0.*"
},
"devDependencies": {
"@types/node": "^9.3.0",
"typescript": "^2.6.2"
"typescript": "2.6.*"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc