@fluent/console
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@fluent/console", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Fluent - console component", | ||
@@ -14,14 +14,20 @@ "main": "build/index.js", | ||
], | ||
"repository" : { | ||
"type" : "git", | ||
"url" : "https://github.com/emelnychenko/fluent" | ||
}, | ||
"license": "MIT", | ||
"author": "Eugen Melnychenko", | ||
"dependencies": { | ||
"@fluent/core": "^1.0.0", | ||
"@fluent/di": "^1.0.1", | ||
"@fluent/logging": "^1.0.1", | ||
"reflect-metadata": "^0.1.12" | ||
}, | ||
"peerDependencies": { | ||
"@fluent/core": "1.0.*", | ||
"@fluent/di": "1.0.*", | ||
"@fluent/logging": "1.0.*" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^9.3.0", | ||
"typescript": "^2.6.2" | ||
"typescript": "2.6.*" | ||
} | ||
} |
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
14608
0
- Removed@fluent/core@^1.0.0
- Removed@fluent/di@^1.0.1
- Removed@fluent/logging@^1.0.1